Skip to content

Commit 7f5805f

Browse files
authored
Update composer.json
1 parent 216b67c commit 7f5805f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"type": "application",
66
"require": {
77
"php": "^5.6 || >=7.0",
8-
"symfony/finder": "^3.0 || ^4.0",
9-
"symfony/polyfill-php70": "^1.0",
10-
"symfony/polyfill-php72": "^1.4",
11-
"symfony/stopwatch": "^3.0 || ^4.0"
8+
"symfony/finder": ">=4.0",
9+
"symfony/polyfill-php70": ">=1.0",
10+
"symfony/polyfill-php72": ">=1.4",
11+
"symfony/stopwatch": ">=4.0"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "^6.0",
15-
"friendsofphp/php-cs-fixer": "^2.0"
14+
"phpunit/phpunit": ">=6.0",
15+
"friendsofphp/php-cs-fixer": ">=2.0"
1616
},
1717
"autoload": {
1818
"psr-4": { "PhpDocFormatter\\": "src/" }

0 commit comments

Comments
 (0)