1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

sigh ... add phpunit to composer requires

This commit is contained in:
Daniel Lowrey 2015-04-29 12:53:40 -04:00
parent 192627cf94
commit 5f4509312f

View File

@ -22,6 +22,9 @@
"require": {
"php": ">=7.0.0-dev"
},
"require-dev": {
"phpunit/phpunit": "~4.4.0"
},
"autoload": {
"psr-4": {
"Amp\\": "lib/"