Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'webimpress-fix-athletic-require-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Oct 6, 2015
2 parents a6c747f + 9f36712 commit a03de81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"require": {
"php": ">=5.5",
"zendframework/zend-stdlib": "~2.5",
"athletic/athletic": "dev-master"
"zendframework/zend-stdlib": "~2.5"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -33,6 +32,7 @@
},
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/PHPUnit": "~4.0"
"phpunit/PHPUnit": "~4.0",
"athletic/athletic": "dev-master"
}
}

0 comments on commit a03de81

Please sign in to comment.