Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 11 #10972

Merged
merged 42 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
2af4b60
init: Laravel 11
danharrin Jan 21, 2024
38ea608
Update composer.lock
danharrin Jan 21, 2024
7fb5bd4
wip
danharrin Jan 21, 2024
033e601
Update composer.lock
danharrin Jan 21, 2024
494d041
exc php 8.1
danharrin Jan 21, 2024
592eaa6
update docs
hafezdivandari Feb 15, 2024
bd6cdf6
update dependencies
hafezdivandari Feb 15, 2024
23e37a4
remove doctrine dbal
hafezdivandari Feb 15, 2024
5040970
wip
hafezdivandari Feb 15, 2024
4295f0d
parse default expressions
hafezdivandari Feb 16, 2024
08377d1
Merge branch '3.x' into laravel-11
danharrin Feb 21, 2024
89e8626
SP registration
danharrin Feb 21, 2024
b9e183f
Merge remote-tracking branch 'upstream/laravel-11' into laravel-11-re…
hafezdivandari Feb 21, 2024
bc009a2
update
danharrin Feb 21, 2024
1e42712
Update .stubs.php
danharrin Feb 23, 2024
498dbf5
Bump min Laravel version
danharrin Feb 23, 2024
c2a7549
Merge branch '3.x' into laravel-11
danharrin Feb 23, 2024
9b5fe62
Update composer.json
danharrin Feb 23, 2024
ff53aca
Merge branch '3.x' into pr/11429
danharrin Feb 23, 2024
192aacb
Update composer.json
danharrin Feb 23, 2024
4ade843
Merge branch 'laravel-11' into pr/11429
danharrin Feb 23, 2024
d857d90
Update composer.json
danharrin Feb 23, 2024
da45437
Merge branch '3.x' into laravel-11
danharrin Feb 23, 2024
c01a3e2
Merge branch 'laravel-11' into pr/11429
danharrin Feb 23, 2024
e4040a6
wip
danharrin Feb 23, 2024
cd2403d
Merge pull request #11429 from hafezdivandari/laravel-11-remove-doctr…
danharrin Feb 23, 2024
80020a5
chore: fix code style
danharrin Feb 23, 2024
8992495
Merge branch '3.x' into laravel-11
danharrin Feb 23, 2024
4422ae5
Merge branch '3.x' into laravel-11
danharrin Feb 23, 2024
9d3c97d
Merge branch '3.x' into laravel-11
danharrin Feb 23, 2024
f026dee
Merge branch '3.x' into laravel-11
danharrin Feb 24, 2024
410655a
Merge branch '3.x' into laravel-11
danharrin Feb 24, 2024
fab2099
Merge branch '3.x' into laravel-11
danharrin Feb 25, 2024
9793ac2
Update
danharrin Feb 25, 2024
71ba5c4
remove rector tests
danharrin Feb 25, 2024
7bd86ed
Update composer.lock
danharrin Feb 26, 2024
359ebb0
update
danharrin Feb 26, 2024
060dd04
Update RectorTest.php
danharrin Feb 26, 2024
fec7553
Use Testbench configuration feature
crynobone Feb 27, 2024
aa84460
wip
crynobone Feb 27, 2024
493d560
wip
crynobone Feb 27, 2024
5fc7fbe
Merge pull request #11595 from crynobone/laravel-11
danharrin Feb 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/.github export-ignore
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/testbench.yaml export-ignore
/tests export-ignore
7 changes: 6 additions & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ jobs:
fail-fast: false
matrix:
php: [8.3, 8.2, 8.1]
laravel: [10.*]
laravel: [11.*, 10.*]
dependency-version: [prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 11.*
php: 8.1
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ jobs:
fail-fast: false
matrix:
php: [8.3, 8.2, 8.1]
laravel: [10.*]
laravel: [11.*, 10.*]
dependency-version: [prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 11.*
php: 8.1
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
- uses: actions/checkout@v3
Expand Down
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,19 @@
"require-dev": {
"anourvalar/eloquent-serialize": "^1.2",
"danharrin/livewire-rate-limiting": "^0.3|^1.0",
"doctrine/dbal": "^3.2",
"filament/support": "*",
"kirschbaum-development/eloquent-power-joins": "^3.0",
"larastan/larastan": "^2.2",
"laravel/cashier": "^14.2",
"laravel/pint": "^1.0",
"league/csv": "^9.14",
"league/flysystem-aws-s3-v3": "^3.0",
"nunomaduro/termwind": "^1.0",
"nunomaduro/termwind": "^1.0|^2.0",
"openspout/openspout": "^4.23",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.20|^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "v1.10.54",
"rector/rector": "^0.17",
"phpstan/phpstan": "^1.10",
"spatie/laravel-medialibrary": "^10.0|^11.0",
"spatie/laravel-ray": "^1.29",
"spatie/laravel-tags": "^4.2",
Expand Down
Loading
Loading