File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 9
9
"issues" : " https://github.com/softonic/laravel-request-accept-json-middleware/issues"
10
10
},
11
11
"require" : {
12
- "php" : " >=7 .2" ,
13
- "illuminate/http" : " ^8.0 || ^9.0 || ^10 .0" ,
14
- "illuminate/contracts" : " ^8.0 || ^9.0 || ^10 .0"
12
+ "php" : " >=8 .2" ,
13
+ "illuminate/http" : " ^11 .0" ,
14
+ "illuminate/contracts" : " ^11 .0"
15
15
},
16
16
"require-dev" : {
17
- "friendsofphp/php-cs-fixer" : " ^2.16 " ,
17
+ "friendsofphp/php-cs-fixer" : " ^3.68 " ,
18
18
"mockery/mockery" : " ^1.2" ,
19
19
"phpunit/phpunit" : " ^9.0"
20
20
},
Original file line number Diff line number Diff line change 1
- version : " 3.7"
2
-
3
1
services :
4
2
php :
5
3
volumes :
6
4
- ./:/app
7
- image : composer:2.0
5
+ image : composer:2.2
8
6
9
7
install :
10
8
volumes :
11
9
- ./:/app
12
- image : composer:2.0
10
+ image : composer:2.2
13
11
command : composer install
14
12
15
13
phpunit :
16
14
volumes :
17
15
- ./:/app
18
- image : composer:2.0
16
+ image : composer:2.2
19
17
command : composer phpunit
20
18
21
19
test :
22
20
volumes :
23
21
- ./:/app
24
- image : composer:2.0
22
+ image : composer:2.2
25
23
command : composer run tests
26
24
27
25
fixcs :
28
26
volumes :
29
27
- ./:/app
30
- image : composer:2.0
28
+ image : composer:2.2
31
29
command : composer run fix-cs
You can’t perform that action at this time.
0 commit comments