Skip to content

Commit

Permalink
Merge pull request #518 from rubenvanerk/master
Browse files Browse the repository at this point in the history
Add support for Laravel 10
  • Loading branch information
imjoehaines authored Feb 15, 2023
2 parents 8a899a3 + 44a7d36 commit d5bf241
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ jobs:
laravel-version: '9.*'
- php-version: '8.2'
laravel-version: '9.*'
- php-version: '8.1'
laravel-version: '10.*'
- php-version: '8.2'
laravel-version: '10.*'

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"php": ">=5.5",
"bugsnag/bugsnag": "^3.29.0",
"bugsnag/bugsnag-psr-logger": "^1.4|^2.0",
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"monolog/monolog": "^1.12|^2.0|^3.0"
},
"require-dev": {
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0|^7.0",
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^4.8.36|^6.3.1|^7.5.15|^8.3.5|^9.3.10"
},
"autoload": {
Expand Down

0 comments on commit d5bf241

Please sign in to comment.