mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
add phpunit as a development requirement
This commit is contained in:
parent
e72c31a450
commit
8a7f11f906
2 changed files with 411 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Resque": "lib"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue