Skip to content

Commit

Permalink
Drop PHP 7.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Vronskiy authored Oct 22, 2022
1 parent 4241b0e commit 2ce8d92
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,20 @@
"rss": "https://github.com/opsway/psr12-strict-modern-standart/releases.atom"
},
"require": {
"php": "^7.3 || ^8.0",
"dealerdirect/phpcodesniffer-composer-installer": "~0.6",
"slevomat/coding-standard": "^6.1 || ^7.0",
"squizlabs/php_codesniffer": "^3.5",
"webimpress/coding-standard": "^1.1"
"php": "^8.0",
"dealerdirect/phpcodesniffer-composer-installer": "~0.7",
"slevomat/coding-standard": "^7.0 || ^8.0",
"squizlabs/php_codesniffer": "^3.6 || ^4.0",
"webimpress/coding-standard": "^1.2"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"branch-alias": {
"dev-master": "0.0.x-dev",
"dev-develop": "1.0.x-dev"
"dev-develop": "2.0.x-dev"
}
},
"autoload": {
Expand Down

0 comments on commit 2ce8d92

Please sign in to comment.