Skip to content

Commit

Permalink
Merge pull request #154 from marufmax/master
Browse files Browse the repository at this point in the history
Added laravel 11 support
  • Loading branch information
danharrin authored Mar 28, 2024
2 parents 5f3dfb6 + 99264bc commit d79213d
Show file tree
Hide file tree
Showing 7 changed files with 1,027 additions and 906 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1]
laravel: [10.0]
php: [8.2]
laravel: [11.0]
name: P${{ matrix.php }} - L${{ matrix.laravel }}
steps:
- name: Checkout code
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
cd ../app
composer require livewire/livewire:^3.0
composer require livewire/livewire:^3.4
composer config repositories.local '{"type": "path", "url": "../tall"}' --file composer.json
composer require laravel-frontend-presets/tall:@dev
- name: Install preset
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
}
],
"require": {
"php": "^8.1",
"laravel/ui": "^4.2",
"illuminate/support": "^10.0"
"php": "^8.2",
"laravel/ui": "^4.5",
"illuminate/support": "^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10"
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d79213d

Please sign in to comment.