Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #817 from Nextra/laravel_10
Browse files Browse the repository at this point in the history
Support for Laravel 10
  • Loading branch information
stevebauman committed Feb 23, 2023
2 parents a55e2c5 + 192dc85 commit e400eec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"

name: PHP ${{ matrix.php-version }} tests

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"php": ">=7.0",
"ext-ldap": "*",
"ext-json": "*",
"psr/log": "~1.0|~2.0|~3.0",
"psr/simple-cache": "~1.0|~2.0",
"tightenco/collect": "~5.0|~6.0|~7.0|~8.0",
"illuminate/contracts": "~5.0|~6.0|~7.0|~8.0|~9.0"
"psr/log": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"tightenco/collect": "^5.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~5.2|~6.0",
"mockery/mockery": "~1.0"
"symfony/phpunit-bridge": "^5.2|^6.0",
"mockery/mockery": "^1.0"
},
"suggest": {
"ext-fileinfo": "fileinfo is required when retrieving user encoded thumbnails"
Expand Down

0 comments on commit e400eec

Please sign in to comment.