Skip to content

Commit

Permalink
Update composer files | added warning for deprecated v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anolilab committed Sep 30, 2015
1 parent 55a85b1 commit 629f69f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"php" : ">=5.4.0"
},
"require-dev": {
"fabpot/php-cs-fixer" : "~1.8",
"phpunit/phpunit" : "~4.6.6",
"fabpot/php-cs-fixer" : "~1.10.0",
"phpunit/phpunit" : "~4.8.9",
"satooshi/php-coveralls" : "~0.6.1"
},
"autoload": {
Expand All @@ -35,10 +35,11 @@
},
"extra": {
"branch-alias": {
"dev-master" : "0.0.5-dev"
"dev-master" : "1.0.0-dev"
}
},
"suggest": {
"gwa/multisite-directory-resolver": "Please use version v2.0.0, 'gwa/multisite-directory-resolver' v1.0.0 is deprecated."
},
"minimum-stability" : "dev",
"prefer-stable" : true
Expand Down

0 comments on commit 629f69f

Please sign in to comment.