Skip to content

Commit

Permalink
Merge pull request #74 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
chinleung committed Feb 20, 2023
2 parents 16845b0 + d9b93f3 commit fd30408
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.0', '8.1']
php: [8.1]
stability: [prefer-lowest, prefer-stable]

steps:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
}
],
"require": {
"php": "^8.0|^8.1",
"php": "^8.1",
"chinleung/laravel-locales": "^2.0",
"illuminate/support": "^9.0"
"illuminate/support": "^10.0"
},
"require-dev": {
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fd30408

Please sign in to comment.