Skip to content

Commit

Permalink
feat: add support for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Dzhumak committed Aug 1, 2024
1 parent aacaf85 commit e07b646
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, macOS-latest]
php-versions: ["8.1", "8.2"]
php-versions: ["8.2", "8.3"]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
}
},
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-intl": "*",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": ">=9.0",
"orchestra/testbench": ">=6.0",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^6.0",
"friendsofphp/php-cs-fixer": "^3.9",
"brainmaestro/composer-git-hooks": "^2.8"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e07b646

Please sign in to comment.