Skip to content

Fix/routing response factory method signature #56483

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

Closed
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
6f0c2d0
update `bin/split.sh`
crynobone Feb 19, 2025
ad719b5
Revert "[12.x] Query builder PDO fetch modes (#54443)" (#54709)
taylorotwell Feb 19, 2025
c5de81c
Update facade docblocks
taylorotwell Feb 19, 2025
e2dea95
[13.x] Prepare branch alias for Laravel 13 (#54701)
crynobone Feb 19, 2025
fba73b5
[12.x] Query builder PDO fetch modes + columns fix (#54734)
bert-w Feb 21, 2025
50f4319
Update facade docblocks
taylorotwell Feb 21, 2025
09d9af2
[13.x] Fix Tests/CI environments (#54760)
crynobone Feb 24, 2025
251f55e
[13.x] Requires PHP 8.3 as minimum version (#54763)
crynobone Feb 24, 2025
54c7325
add missing params (#54798)
cosmastech Feb 26, 2025
4ca4a16
[13.x] Fix scope removal in nested where conditions (#54816)
willrowe Feb 27, 2025
79be624
[13.x] Remove function existence checks (#54876)
xurshudyan Mar 4, 2025
adf340d
Removed unneeded argument from json_validate (#54900)
AndrewMast Mar 5, 2025
d86e742
formatting
taylorotwell Mar 19, 2025
e015555
Merge branch '12.x'
taylorotwell Mar 19, 2025
dd8b2fe
Merge branch '12.x'
GrahamCampbell Mar 24, 2025
780533b
Fix unresolved merge conflict in Concurrency composer.json (#55233)
jnoordsij Apr 1, 2025
6c26422
Merge tag 'v12.7.2'
crynobone Apr 6, 2025
7a732d5
Merge remote-tracking branch 'upstream/12.x'
crynobone Apr 7, 2025
cb3f391
[13.x] Fixes merge conflict (#55294)
crynobone Apr 7, 2025
f18288f
Error exit code for clear command (13.x) (#55355)
mbardelmeijer Apr 10, 2025
1c87360
Add #[\Override] to the BatchFake class methods (#55358)
imanghafoori1 Apr 11, 2025
4de9631
Merge tag 'v12.9.2'
crynobone Apr 17, 2025
29cc04b
[13.x] PDO Fetch modes (#55394)
bert-w Apr 18, 2025
0df7b01
Update facade docblocks
taylorotwell Apr 18, 2025
4b94581
Allow Listeners to dynamically specify deleteWhenMissingModels (#55508)
L3o-pold Apr 22, 2025
3233f4c
Merge tag 'v12.10.0'
crynobone Apr 22, 2025
5900088
fix conflicts
taylorotwell May 10, 2025
7672871
[13.x] Do not allow new model instances to be created during boot (#5…
willrowe May 10, 2025
7f20c61
Merge tag 'v12.14.1'
crynobone May 13, 2025
d8306c9
Fix typo in `Blueprint` `datetime` => `dateTime` (#55859)
TheJoeSchr May 26, 2025
7c9e306
Feature: add support straight join in mysql (#55786)
jferdi24 May 27, 2025
5ce08d4
[13.x] Register subdomain routes before routes that are not linked to…
gdebrauwer Jun 5, 2025
1f51682
Merge tag 'v12.18.0'
crynobone Jun 12, 2025
f515026
Merge remote-tracking branch 'upstream/12.x'
crynobone Jun 13, 2025
37a74cd
[13.x] Supports Symfony 7.4 & 8.0 (#56029)
crynobone Jun 16, 2025
777abe0
Merge tag 'v12.19.3'
crynobone Jun 19, 2025
fa6f6e7
Apply fixes from StyleCI
StyleCIBot Jun 19, 2025
693bef8
Change to hyphenate prefixes and cookie names (#56172)
u01jmg3 Jul 2, 2025
7185379
pass exception (#56148)
bert-w Jul 2, 2025
c680677
[13.x] remove superfluous element (#56303)
browner12 Jul 15, 2025
34c35f6
Add eventStream signature to ResponseFactory contract (#56306)
csfh Jul 18, 2025
1fb1d5f
fix: align ResponseFactory::eventStream signature with interface
KIKOmanasijev Jul 30, 2025
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
4 changes: 2 additions & 2 deletions .github/workflows/databases-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/facades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: :php-psr
tools: composer:v2
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/queues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, :php-psr
tools: composer:v2
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -58,13 +58,13 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, :php-psr
tools: composer:v2
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -106,13 +106,13 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, :php-psr
tools: composer:v2
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -144,13 +144,13 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, :php-psr
tools: composer:v2
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -182,9 +182,9 @@ jobs:
fail-fast: true
matrix:
include:
- php: 8.2
pheanstalk: 5
- php: 8.3
pheanstalk: 5
- php: 8.4
pheanstalk: 7

name: Beanstalkd Driver (pda/pheanstalk:^${{ matrix.pheanstalk }})
Expand All @@ -209,7 +209,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
tools: composer:v2
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down
18 changes: 4 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.3, 8.4]
php: [8.3, 8.4]
phpunit: ['10.5.35', '11.5.3', '12.0.0', '12.2.0']
stability: [prefer-lowest, prefer-stable]
exclude:
- php: 8.2
phpunit: '12.0.0'
- php: 8.2
phpunit: '12.2.0'
include:
- php: 8.3
phpunit: '12.1.0'
Expand All @@ -71,7 +66,7 @@ jobs:
REDIS_LIBS: liblz4-dev, liblzf-dev, libzstd-dev

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down Expand Up @@ -104,14 +99,9 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.3, 8.4]
php: [8.3, 8.4]
phpunit: ['10.5.35', '11.5.3', '12.0.0', '12.1.0']
stability: [prefer-lowest, prefer-stable]
exclude:
- php: 8.2
phpunit: '12.0.0'
- php: 8.2
phpunit: '12.1.0'

name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.stability }} - Windows

Expand All @@ -133,7 +123,7 @@ jobs:
coverage: none

- name: Set Framework version
run: composer config version "12.x-dev"
run: composer config version "13.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
Expand Down
2 changes: 1 addition & 1 deletion bin/split.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -x

CURRENT_BRANCH="12.x"
CURRENT_BRANCH="master"

function split()
{
Expand Down
49 changes: 24 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"ext-ctype": "*",
"ext-filter": "*",
"ext-hash": "*",
Expand Down Expand Up @@ -44,18 +44,17 @@
"psr/log": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"ramsey/uuid": "^4.7",
"symfony/console": "^7.2.0",
"symfony/error-handler": "^7.2.0",
"symfony/finder": "^7.2.0",
"symfony/http-foundation": "^7.2.0",
"symfony/http-kernel": "^7.2.0",
"symfony/mailer": "^7.2.0",
"symfony/mime": "^7.2.0",
"symfony/polyfill-php83": "^1.31",
"symfony/process": "^7.2.0",
"symfony/routing": "^7.2.0",
"symfony/uid": "^7.2.0",
"symfony/var-dumper": "^7.2.0",
"symfony/console": "^7.4.0|^8.0.0",
"symfony/error-handler": "^7.4.0|^8.0.0",
"symfony/finder": "^7.4.0|^8.0.0",
"symfony/http-foundation": "^7.4.0|^8.0.0",
"symfony/http-kernel": "^7.4.0|^8.0.0",
"symfony/mailer": "^7.4.0|^8.0.0",
"symfony/mime": "^7.4.0|^8.0.0",
"symfony/process": "^7.4.0|^8.0.0",
"symfony/routing": "^7.4.0|^8.0.0",
"symfony/uid": "^7.4.0|^8.0.0",
"symfony/var-dumper": "^7.4.0|^8.0.0",
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
"vlucas/phpdotenv": "^5.6.1",
"voku/portable-ascii": "^2.0.2"
Expand Down Expand Up @@ -111,17 +110,17 @@
"league/flysystem-read-only": "^3.25.1",
"league/flysystem-sftp-v3": "^3.25.1",
"mockery/mockery": "^1.6.10",
"orchestra/testbench-core": "^10.0.0",
"orchestra/testbench-core": "^11.0.0",
"pda/pheanstalk": "^5.0.6|^7.0.0",
"php-http/discovery": "^1.15",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
"predis/predis": "^2.3|^3.0",
"resend/resend-php": "^0.10.0",
"symfony/cache": "^7.2.0",
"symfony/http-client": "^7.2.0",
"symfony/psr-http-message-bridge": "^7.2.0",
"symfony/translation": "^7.2.0"
"symfony/cache": "^7.4.0|^8.0.0",
"symfony/http-client": "^7.4.0|^8.0.0",
"symfony/psr-http-message-bridge": "^7.4.0|^8.0.0",
"symfony/translation": "^7.4.0"
},
"conflict": {
"tightenco/collect": "<5.5.33"
Expand Down Expand Up @@ -161,7 +160,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "12.x-dev"
"dev-master": "13.0.x-dev"
}
},
"suggest": {
Expand Down Expand Up @@ -193,12 +192,12 @@
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
"symfony/cache": "Required to PSR-6 cache bridge (^7.2).",
"symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).",
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.2).",
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.2).",
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.2).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.2)."
"symfony/cache": "Required to PSR-6 cache bridge (^7.4|^8.0).",
"symfony/filesystem": "Required to enable support for relative symbolic links (^7.4|^8.0).",
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.4|^8.0).",
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.4|^8.0).",
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.4|^8.0).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.4|^8.0)."
},
"config": {
"sort-packages": true,
Expand Down
2 changes: 1 addition & 1 deletion config/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
|
*/

'prefix' => env('CACHE_PREFIX', Str::slug((string) env('APP_NAME', 'laravel'), '_').'_cache_'),
'prefix' => env('CACHE_PREFIX', Str::slug((string) env('APP_NAME', 'laravel')).'-cache-'),

];
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'),
'prefix' => env('REDIS_PREFIX', Str::slug((string) env('APP_NAME', 'laravel'), '_').'_database_'),
'prefix' => env('REDIS_PREFIX', Str::slug((string) env('APP_NAME', 'laravel')).'-database-'),
'persistent' => env('REDIS_PERSISTENT', false),
],

Expand Down
2 changes: 1 addition & 1 deletion config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

'cookie' => env(
'SESSION_COOKIE',
Str::slug((string) env('APP_NAME', 'laravel'), '_').'_session'
Str::snake((string) env('APP_NAME', 'laravel')).'_session'
),

/*
Expand Down
Loading