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 743465a commit c98c46dCopy full SHA for c98c46d
.travis.yml
@@ -21,7 +21,7 @@ before_install:
21
- "composer validate --strict"
22
23
install:
24
- - "composer update --no-interaction --no-suggest"
+ - "composer update --no-interaction"
25
26
script:
27
- "composer test:syntax -- --no-progress"
composer.json
@@ -17,7 +17,7 @@
17
"symfony/polyfill-php73": "^1.12.0"
18
},
19
"require-dev": {
20
- "composer/composer": "^1.10.23",
+ "composer/composer": "^2.1.12",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"php-parallel-lint/php-parallel-lint": "^1.1",
"phpstan/phpstan-strict-rules": "^1.0",
0 commit comments