mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-02 21:56:47 +00:00
Move extension to require-dev as it is only needed for running tests
This commit is contained in:
+1
-1
@@ -15,10 +15,10 @@
|
||||
"require": {
|
||||
"php": ">=5.3",
|
||||
"ext-curl": "*",
|
||||
"ext-gd": "*",
|
||||
"ext-mbstring": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-gd": "*",
|
||||
"phpunit/phpunit": "*",
|
||||
"squizlabs/php_codesniffer": "*"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user