Skip to content

Commit 4a1580c

Browse files
committed
Modified: composer.json
- moved ext-curl from require to suggest. - removed ext-spl from require. (starting with PHP 5.3.0, ext-spl can no longer be disabled)
1 parent 823876d commit 4a1580c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
],
1616
"require": {
1717
"php": ">=5.3",
18-
"ext-curl": "*",
19-
"ext-spl": "*",
2018
"kriswallsmith/buzz": "0.10"
2119
},
2220
"require-dev": {
2321
"phpunit/phpunit": "~3.7",
2422
"satooshi/php-coveralls": "~0.6"
2523
},
24+
"suggest": {
25+
"ext-curl": "*"
26+
},
2627
"autoload": {
2728
"psr-0": { "Bitbucket\\": "lib/" }
2829
}

0 commit comments

Comments
 (0)