File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 "prefer-stable" : true ,
1515 "require" : {
1616 "php" : " >=7.3" ,
17- "monolog/monolog" : " ^1.12|^2.0" ,
17+ "fakerphp/faker" : " ^1.5" ,
18+ "illuminate/contracts" : " *" ,
19+ "illuminate/log" : " *" ,
20+ "illuminate/support" : " *" ,
21+ "monolog/monolog" : " ^2.9" ,
1822 "ramsey/uuid" : " ^4.0.0"
1923 },
2024 "require-dev" : {
21- "fzaninotto/faker" : " ^1.9@dev" ,
22- "illuminate/contracts" : " ^8.0" ,
23- "illuminate/log" : " ^8.0" ,
24- "illuminate/support" : " ^8.0" ,
2525 "mockery/mockery" : " ^1.3.2" ,
2626 "nunomaduro/larastan" : " ^1.0" ,
2727 "orchestra/database" : " ^6.0" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ version: '3.4'
22
33services :
44 php :
5- image : thecodingmachine/php:7.4 -v4-slim-apache
5+ image : thecodingmachine/php:8.2 -v4-slim-apache
66 volumes :
77 - ./:/var/www/html
You can’t perform that action at this time.
0 commit comments