Skip to content

Commit

Permalink
Merge pull request #163 from netglue/PHP-8.2
Browse files Browse the repository at this point in the history
Add Support for PHP 8.2
  • Loading branch information
gsteel committed Nov 3, 2022
2 parents af86403 + 990d166 commit 807169c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 75 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"laminas/laminas-component-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.3.99"
}
},
"require": {
"php": "^7.3 || ~8.0 || ~8.1",
"php": "^7.3 || ~8.0 || ~8.1 || ~8.2",
"laminas/laminas-stdlib": "^3.6",
"psr/container": "^1.0 || ^2.0",
"symfony/console": "^5.4",
Expand All @@ -32,7 +31,6 @@
"require-dev": {
"doctrine/coding-standard": "^10.0.0",
"laminas/laminas-cli": "^1.2.0",
"laminas/laminas-component-installer": "^2.5.1",
"laminas/laminas-config-aggregator": "^1.7",
"laminas/laminas-servicemanager": "^3.7.0",
"lctrs/psalm-psr-container-plugin": "^1.6",
Expand Down
73 changes: 2 additions & 71 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 807169c

Please sign in to comment.