Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Dec 28, 2021
1 parent 70ebdad commit e7bbada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
strategy:
matrix:
php-versions:
- 7.4
- 8.0
- 8.1
steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "psx/psx",
"description": "PHP REST API Framework",
"keywords": ["API", "Framework", "REST"],
"homepage": "http://phpsx.org",
"homepage": "https://phpsx.org",
"license": "Apache-2.0",
"authors": [
{
Expand All @@ -12,8 +12,8 @@
}
],
"require": {
"php": ">=7.4",
"psx/framework": "^5.0"
"php": ">=8.0",
"psx/framework": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down

0 comments on commit e7bbada

Please sign in to comment.