Skip to content

Commit 8e22ebd

Browse files
committed
Remove platform-req
- Add suport PHP7 and 8 - Add support Symfony3.x, 4.x and 5.x
1 parent 10e0809 commit 8e22ebd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"issues": "https://github.com/php5friends/phpunit48/issues"
2121
},
2222
"require": {
23-
"php": ">=5.3.3",
23+
"php": ">=5.3.3 || ^7 || ^8",
2424
"php5friends/php-file-iterator14": "~1.4.6",
2525
"phpunit/php-text-template": "~1.2",
2626
"phpunit/php-code-coverage": "~2.1",
2727
"phpunit/php-timer": "^1.0.6",
2828
"phpunit/phpunit-mock-objects": "~2.3",
2929
"phpspec/prophecy": "^1.3.1",
30-
"symfony/yaml": "~2.1|~3.0",
30+
"symfony/yaml": "^2.0 || ^3.0 || ^4.0 || ^5.0",
3131
"sebastian/comparator": "~1.2.4",
3232
"sebastian/diff": "~1.2",
3333
"sebastian/environment": "~1.3",
@@ -40,11 +40,6 @@
4040
"ext-spl": "*",
4141
"php5friends/global-state11": "~1.1.2"
4242
},
43-
"config": {
44-
"platform": {
45-
"php": "5.3.3"
46-
}
47-
},
4843
"suggest": {
4944
"phpunit/php-invoker": "~1.1"
5045
},

0 commit comments

Comments
 (0)