Skip to content

Commit 4dbc7dc

Browse files
committed
chore(composer): update package
1 parent 4533da1 commit 4dbc7dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
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",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ version: '3.4'
22

33
services:
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

0 commit comments

Comments
 (0)