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

Commit 9f36712

Browse files
author
Michał Bundyra
committed
move athletic library into require-dev section in composer
1 parent a6c747f commit 9f36712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
},
1515
"require": {
1616
"php": ">=5.5",
17-
"zendframework/zend-stdlib": "~2.5",
18-
"athletic/athletic": "dev-master"
17+
"zendframework/zend-stdlib": "~2.5"
1918
},
2019
"minimum-stability": "dev",
2120
"prefer-stable": true,
@@ -33,6 +32,7 @@
3332
},
3433
"require-dev": {
3534
"fabpot/php-cs-fixer": "1.7.*",
36-
"phpunit/PHPUnit": "~4.0"
35+
"phpunit/PHPUnit": "~4.0",
36+
"athletic/athletic": "dev-master"
3737
}
3838
}

0 commit comments

Comments
 (0)