Skip to content

Commit 048f9e4

Browse files
authored
Merge pull request #15 from GoodM4ven/update-for-laravel-12
Update dependencies for Laravel 12 support
2 parents 117ebcc + 05db4a5 commit 048f9e4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/vendor/
22
/composer.lock
3+
/.phpunit.cache
34
/.phpunit.result.cache
45
/.idea/php-test-framework.xml
56
/.idea/inspectionProfiles/Project_Default.xml

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"minimum-stability": "dev",
3131
"prefer-stable": true,
3232
"require": {
33-
"php": "^8.1",
34-
"laravel/framework": "^10 | ^11",
33+
"php": "^8.2",
34+
"laravel/framework": "^10 || ^11 || ^12",
3535
"ext-pdo": "*",
36-
"doctrine/dbal": "^3.8"
36+
"doctrine/dbal": "^3.8 || ^4.0"
3737
},
3838
"suggest": {
3939
"graham-campbell/security-core": "Required to use xss cleaning.(^4.0)"
4040
},
4141
"require-dev": {
42-
"orchestra/testbench": "^8.0",
42+
"orchestra/testbench": "^9.0",
4343
"phpunit/phpunit": "^10.0",
4444
"laravel/pint": "^1.15"
4545
},

0 commit comments

Comments
 (0)