Skip to content

Commit

Permalink
Merge pull request #11 from ghostwriter/feature/drop-php-80
Browse files Browse the repository at this point in the history
feature/drop php 80
  • Loading branch information
ghostwriter committed Jan 17, 2023
2 parents 239dbf0 + fc375dd commit a60fedf
Show file tree
Hide file tree
Showing 3 changed files with 1,126 additions and 237 deletions.
14 changes: 5 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,11 @@
}
],
"require": {
"php": ">=8.0,<8.3",
"ghostwriter/option": "^1.2"
"php": ">=8.1,<8.3",
"ghostwriter/option": "^1.3"
},
"require-dev": {
"infection/infection": "^0.26",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18",
"rector/rector": "^0.15",
"symplify/easy-coding-standard": "^11.1",
"vimeo/psalm": "^5.4"
"ghostwriter/coding-standard": "dev-main"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand All @@ -55,7 +50,8 @@
},
"config": {
"allow-plugins": {
"infection/extension-installer": true
"infection/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"classmap-authoritative": true,
"discard-changes": true,
Expand Down

0 comments on commit a60fedf

Please sign in to comment.