Skip to content

Commit

Permalink
chore: Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 17, 2020
1 parent 3adb7b0 commit 2c69647
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
}
],
"require": {
"php": ">= 7.3",
"drupol/phpcsfixer-configs-php": "^1.0.30",
"php": "^7.3 || ^7.4",
"drupol/phpcsfixer-configs-php": "^1.0.31",
"ergebnis/composer-normalize": "^2.11",
"friendsoftwig/twigcs": "^4",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"phpro/grumphp": "1.1.*",
"phpro/grumphp": "1.3.*",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.54",
"phpstan/phpstan": "^0.12.63",
"phpstan/phpstan-deprecation-rules": "^0.12",
"sensiolabs/security-checker": "^6",
"squizlabs/php_codesniffer": "^3.5.8",
"symfony/yaml": "^3 || ^4 || ^5 || ^5.1"
"symfony/yaml": "^3 || ^4 || ^5"
},
"suggest": {
"phpstan/phpstan-strict-rules": "PHPStan rules providing extra strict and opinionated code style."
Expand Down

0 comments on commit 2c69647

Please sign in to comment.