Skip to content

Commit 0fc40b5

Browse files
committed
Removed PHLAK/Config as dependency
1 parent c73c47e commit 0fc40b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ This plugin loads many of its defaults & settings from `plugin.json`. See [Confi
5353
* Add encrypt/decrypt example (`password` field with encrypted `hidden` field)
5454
* Add Customizer example
5555
* Add dynamically-created CSS/JS files based on settings
56+
* Add gulp task to package plugin as zip file
5657
* Use [Bower](https://bower.io/) to manage vendor scripts and move `./src/js/vendor` to `./src/components`
5758
* Use [TGMPA](http://tgmpluginactivation.com/) for Carbon Fields dependency checking
5859

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@
2424
},
2525
"require": {
2626
"php": ">=5.6.0",
27-
"PHLAK/Config": "^2.0.0",
2827
"jjgrainger/posttypes": "dev-master",
2928
"tgmpa/tgm-plugin-activation": "^2.6.0",
3029
"tareq1988/wordpress-settings-api-class": "dev-master",
3130
"dmhendricks/wordpress-toolkit": "dev-master",
32-
"composer/installers": "~1.3.0"
31+
"composer/installers": "^1.4.0"
3332
},
3433
"minimum-stability": "dev",
3534
"autoload": {

0 commit comments

Comments
 (0)