Skip to content

Commit

Permalink
Raise minimum PHP version to 8.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed May 9, 2024
1 parent 27acff3 commit 579adee
Show file tree
Hide file tree
Showing 2 changed files with 6,534 additions and 3,876 deletions.
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,13 @@
}
],
"require": {
"php": "^8 || ^7.4",
"doctrine/instantiator": "^1.0.5 || ^2.0.0",
"thecodingmachine/safe": "^1.3.3 || ^2.0.0",
"php": "^8.2",
"doctrine/instantiator": "^2",
"thecodingmachine/safe": "^2.5",
"wyrihaximus/json-utilities": "^1.3.1"
},
"require-dev": {
"wyrihaximus/test-utilities": "^3.3.1 || ^6.0.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"icanhazstring/composer-unused": true,
"infection/extension-installer": true
},
"platform": {
"php": "7.4.7"
},
"sort-packages": true
"wyrihaximus/test-utilities": "^6.0.7"
},
"autoload": {
"psr-4": {
Expand All @@ -42,6 +30,18 @@
"WyriHaximus\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"icanhazstring/composer-unused": true,
"infection/extension-installer": true
},
"platform": {
"php": "8.2.13"
},
"sort-packages": true
},
"scripts": {
"post-install-cmd": [
"composer normalize"
Expand Down
Loading

0 comments on commit 579adee

Please sign in to comment.