Skip to content

Commit

Permalink
Upgrade to PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bcismariu committed Jul 26, 2021
1 parent 543d9e7 commit d10e17d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4]
php: [8.0]
laravel: [^8.0]
dependency-version: [prefer-lowest, prefer-stable]
dependency-version: [prefer-stable]
include:
- laravel: ^8.0
testbench: ^6.0
Expand Down
26 changes: 13 additions & 13 deletions composer.json
Expand Up @@ -10,21 +10,21 @@
}
],
"require": {
"php": "^7.3",
"php": "^8.0",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^7.0",
"imemento/activity-log": "~8.0.0",
"imemento/clients": "~8.0.0",
"imemento/exceptions": "~8.0.0",
"imemento/exceptions-laravel": "~8.0.0",
"imemento/guard-laravel": "~8.0.0",
"imemento/health-probe": "~8.0.0",
"imemento/http": "~8.0.0",
"imemento/http-responses": "~8.0.0",
"imemento/jwt": "~8.0.0",
"imemento/sdk-auth": "~8.0.0",
"imemento/support": "~8.0.0",
"larafun/suite": "~8.0.0"
"imemento/activity-log": "~8.1.0",
"imemento/clients": "~8.1.0",
"imemento/exceptions": "~8.1.0",
"imemento/exceptions-laravel": "~8.1.0",
"imemento/guard-laravel": "~8.1.0",
"imemento/health-probe": "~8.1.0",
"imemento/http": "~8.1.0",
"imemento/http-responses": "~8.1.0",
"imemento/jwt": "~8.1.0",
"imemento/sdk-auth": "~8.1.0",
"imemento/support": "~8.1.0",
"larafun/suite": "~8.1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit d10e17d

Please sign in to comment.