We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 117ebcc + 05db4a5 commit 048f9e4Copy full SHA for 048f9e4
.gitignore
@@ -1,5 +1,6 @@
1
/vendor/
2
/composer.lock
3
+/.phpunit.cache
4
/.phpunit.result.cache
5
/.idea/php-test-framework.xml
6
/.idea/inspectionProfiles/Project_Default.xml
composer.json
@@ -30,16 +30,16 @@
30
"minimum-stability": "dev",
31
"prefer-stable": true,
32
"require": {
33
- "php": "^8.1",
34
- "laravel/framework": "^10 | ^11",
+ "php": "^8.2",
+ "laravel/framework": "^10 || ^11 || ^12",
35
"ext-pdo": "*",
36
- "doctrine/dbal": "^3.8"
+ "doctrine/dbal": "^3.8 || ^4.0"
37
},
38
"suggest": {
39
"graham-campbell/security-core": "Required to use xss cleaning.(^4.0)"
40
41
"require-dev": {
42
- "orchestra/testbench": "^8.0",
+ "orchestra/testbench": "^9.0",
43
"phpunit/phpunit": "^10.0",
44
"laravel/pint": "^1.15"
45
0 commit comments