Skip to content

Commit

Permalink
Merge pull request #58 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
irazasyed authored Mar 12, 2024
2 parents 0a8c7f6 + 2999e86 commit 595d683
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1]
php: [8.1]
stability: [prefer-lowest, prefer-stable]
experimental: [false]
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"guzzlehttp/guzzle": "^6.2 || ^7.0",
"illuminate/notifications": "5.5 - 9",
"illuminate/support": "5.5 - 9"
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"illuminate/notifications": "^10.0",
"illuminate/support": "^10.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5.21 || ^9.0"
"mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 595d683

Please sign in to comment.