Skip to content

Commit 60a6ab9

Browse files
authored
Merge pull request #7 from wireui/laravel-12-update
update to laravel 12
2 parents 7c30a4a + 466a47d commit 60a6ab9

File tree

4 files changed

+1648
-1986
lines changed

4 files changed

+1648
-1986
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup PHP, with composer and extensions
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: "8.3"
22+
php-version: "8.4"
2323
tools: composer:v2
2424
coverage: none
2525

composer.json

+14-8
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.3",
23-
"laravel/framework": "^11.0",
24-
"torchlight/torchlight-laravel": "^0.6.0"
22+
"php": "^8.4",
23+
"laravel/framework": "^12.0",
24+
"torchlight/torchlight-laravel": "dev-l12-compatibility"
2525
},
2626
"require-dev": {
2727
"laravel/pint": "^1.15",
28-
"orchestra/testbench": "^9.0",
29-
"pestphp/pest": "^2.34",
30-
"pestphp/pest-plugin-laravel": "^2.4",
31-
"pestphp/pest-plugin-livewire": "^2.1"
28+
"orchestra/testbench": "^10.0",
29+
"pestphp/pest": "^3.04",
30+
"pestphp/pest-plugin-laravel": "^3.0",
31+
"pestphp/pest-plugin-livewire": "^3.0"
3232
},
3333
"autoload": {
3434
"psr-4": {
@@ -57,5 +57,11 @@
5757
}
5858
},
5959
"minimum-stability": "dev",
60-
"prefer-stable": true
60+
"prefer-stable": true,
61+
"repositories": [
62+
{
63+
"type": "vcs",
64+
"url": "https://github.com/laravel-shift/torchlight-laravel.git"
65+
}
66+
]
6167
}

0 commit comments

Comments
 (0)