Skip to content

Commit

Permalink
Updating composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Jan 27, 2016
1 parent b6e5ab7 commit 33e15ea
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
"type": "library",
"license": "MIT",
"require": {
"php" : ">=5.5.9",
"arcanedev/support": "~3.0"
"php" : ">=5.5.9",
"arcanedev/support": "~3.0"
},
"require-dev": {
"orchestra/testbench": "~3.1.0",
"phpunit/phpcov": "~2.0",
"phpunit/phpunit": "~4.0|~5.0"
"phpunit/phpcov": "~2.0|~3.0",
"phpunit/phpunit": "~4.0|~5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -33,6 +32,9 @@
"Arcanesoft\\Settings\\Tests\\": "tests/"
}
},
"scripts": {
"testbench": "composer require --dev \"orchestra/testbench=~3.1.0\""
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
Expand Down

0 comments on commit 33e15ea

Please sign in to comment.