Skip to content

Commit

Permalink
feat: Remove PHP 7.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisvdv committed Apr 25, 2022
1 parent 3e51976 commit d98c628
Show file tree
Hide file tree
Showing 6 changed files with 296 additions and 257 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,22 @@
],
"minimum-stability": "stable",
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
},
"require": {
"php": "~7.3.0 || ~7.4.0 || ~8.0.0",
"php": "~7.4.0 || ~8.0.0",
"composer-plugin-api": "^1.1 || ^2.0"
},
"require-dev": {
"composer/composer": "^1.10 || ^2.0",
"isaac/php-code-sniffer-standard": "^19.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12.4"
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan": "^1.5.7",
"phpstan/phpstan-strict-rules": "^1.1.0"
},
"scripts": {
"post-install-cmd": "ISAAC\\ComposerGitHooks\\ComposerPlugin::process",
Expand Down
Loading

0 comments on commit d98c628

Please sign in to comment.