Skip to content

Commit 3d96751

Browse files
committed
Update require and require-dev
1 parent 7e3f45b commit 3d96751

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

composer.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,13 @@
2727
"url parsing"
2828
],
2929
"require": {
30-
"php": ">=5.3.0",
30+
"php": ">=7.0",
3131
"ext-curl": "*",
32-
"ext-intl": "*",
33-
"ext-mbstring": "*"
32+
"ext-intl": "*"
3433
},
3534
"require-dev": {
36-
"mikey179/vfsStream": "~1.6",
37-
"phpunit/phpunit": "~4.8",
38-
"jeremykendall/debug-die": "0.0.1.*",
39-
"phing/phing": "^2.13",
40-
"fabpot/php-cs-fixer": "^1.11"
35+
"phpunit/phpunit": "^6.3",
36+
"mikey179/vfsStream": "^1.6"
4137
},
4238
"autoload": {
4339
"psr-0": {

0 commit comments

Comments
 (0)