We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216b67c commit 7f5805fCopy full SHA for 7f5805f
composer.json
@@ -5,14 +5,14 @@
5
"type": "application",
6
"require": {
7
"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"
+ "symfony/finder": ">=4.0",
+ "symfony/polyfill-php70": ">=1.0",
+ "symfony/polyfill-php72": ">=1.4",
+ "symfony/stopwatch": ">=4.0"
12
},
13
"require-dev": {
14
- "phpunit/phpunit": "^6.0",
15
- "friendsofphp/php-cs-fixer": "^2.0"
+ "phpunit/phpunit": ">=6.0",
+ "friendsofphp/php-cs-fixer": ">=2.0"
16
17
"autoload": {
18
"psr-4": { "PhpDocFormatter\\": "src/" }
0 commit comments