Skip to content

Commit

Permalink
Upgrade to PHP 8.1 and higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Jan 25, 2023
1 parent 4293972 commit 2e8a041
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
/bin/phing
/build/
/composer.lock
/custom.task.properties
/custom.type.properties
/vendor/
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
],
"license": "MIT",
"require": {
"php": ">=7.4",
"symfony/console": "^5.4.16 || ^6.2.2"
"php": ">=8.1",
"symfony/console": "^6.2.5"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"phing/phing": "^2.17.4"
"phing/phing": "^3.0.0-RC3",
"phpstan/phpstan": "^1.9.14"
},
"autoload": {
"psr-4": {
Expand All @@ -19,6 +22,9 @@
},
"config": {
"bin-dir": "bin/",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"phing/phing-composer-configurator": true
}
}
}

0 comments on commit 2e8a041

Please sign in to comment.