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:
parent
192627cf94
commit
5f4509312f
@ -22,6 +22,9 @@
|
||||
"require": {
|
||||
"php": ">=7.0.0-dev"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.4.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Amp\\": "lib/"
|
||||
|
Loading…
Reference in New Issue
Block a user