mirror of
https://github.com/danog/amp.git
synced 2024-12-11 17:09:40 +01:00
Add phpunit to require-dev again
This commit is contained in:
parent
698d292d2c
commit
54915e31bc
@ -6,6 +6,9 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.0"
|
"php": ">=5.5.0"
|
||||||
},
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "^4|^5"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Interop\\Async\\": "src"
|
"Interop\\Async\\": "src"
|
||||||
|
Loading…
Reference in New Issue
Block a user