File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
/vendor /
2
2
/composer.lock
3
+ /.phpunit.cache
3
4
/.phpunit.result.cache
4
5
/.idea /php-test-framework.xml
5
6
/.idea /inspectionProfiles /Project_Default.xml
Original file line number Diff line number Diff line change 30
30
"minimum-stability" : " dev" ,
31
31
"prefer-stable" : true ,
32
32
"require" : {
33
- "php" : " ^8.1 " ,
34
- "laravel/framework" : " ^10 | ^11" ,
33
+ "php" : " ^8.2 " ,
34
+ "laravel/framework" : " ^10 || ^11 || ^12 " ,
35
35
"ext-pdo" : " *" ,
36
- "doctrine/dbal" : " ^3.8"
36
+ "doctrine/dbal" : " ^3.8 || ^4.0 "
37
37
},
38
38
"suggest" : {
39
39
"graham-campbell/security-core" : " Required to use xss cleaning.(^4.0)"
40
40
},
41
41
"require-dev" : {
42
- "orchestra/testbench" : " ^8 .0" ,
42
+ "orchestra/testbench" : " ^9 .0" ,
43
43
"phpunit/phpunit" : " ^10.0" ,
44
44
"laravel/pint" : " ^1.15"
45
45
},
You can’t perform that action at this time.
0 commit comments