Skip to content

Commit

Permalink
Merge pull request #55 from gsteel/PHP-8.2
Browse files Browse the repository at this point in the history
Support PHP 8.2, Remove PHP 7.4
  • Loading branch information
Ocramius authored Oct 16, 2022
2 parents e215786 + b733809 commit 19e8591
Show file tree
Hide file tree
Showing 48 changed files with 1,546 additions and 2,944 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

7 changes: 5 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/docs/ export-ignore
/mkdocs.yml export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/renovate.json export-ignore
/.laminas-ci.json export-ignore
/composer.lock export-ignore
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"pdo-sqlite"
],
"ignore_php_platform_requirements": {
"8.0": false
"8.2": true
}
}
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4.99"
"php": "8.0.99"
}
},
"extra": {
Expand All @@ -35,8 +35,8 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"league/oauth2-server": "^8.3.3",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"league/oauth2-server": "^8.3.5",
"mezzio/mezzio-authentication": "^1.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-factory": "^1.0",
Expand All @@ -46,15 +46,15 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-diactoros": "^2.17",
"laminas/laminas-servicemanager": "^3.16.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.11",
"laminas/laminas-diactoros": "^2.19",
"laminas/laminas-servicemanager": "^3.19",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.27.0"
"vimeo/psalm": "^4.29"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
"lcobucci/jwt": "<4",
"zendframework/zend-expressive-authentication-oauth2": "*"
},
"autoload": {
Expand Down
Loading

0 comments on commit 19e8591

Please sign in to comment.