Skip to content

Commit 832ea74

Browse files
committed
chore(composer/package): upgrade packages
1 parent c39d5a1 commit 832ea74

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

composer.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,19 @@
1414
"prefer-stable": true,
1515
"require": {
1616
"php": ">=7.3",
17-
"fakerphp/faker": "^1.5",
1817
"illuminate/contracts": "*",
1918
"illuminate/log": "*",
2019
"illuminate/support": "*",
21-
"monolog/monolog": "^2.7",
20+
"monolog/monolog": "^3.4",
2221
"ramsey/uuid": "^4.0.0"
2322
},
2423
"require-dev": {
24+
"fakerphp/faker": "^1.23",
2525
"mockery/mockery": "^1.3.2",
26-
"nunomaduro/larastan": "^1.0",
27-
"orchestra/database": "^6.0",
28-
"orchestra/testbench": "^6.0",
29-
"phpstan/phpstan": "^1.7",
30-
"phpunit/phpunit": "^8.0",
31-
"sempro/phpunit-pretty-print": "1.2.2",
26+
"nunomaduro/larastan": "^2.0",
27+
"orchestra/testbench": "^8.10",
28+
"phpstan/phpstan": "^1.10",
29+
"phpunit/phpunit": "^10.0",
3230
"symfony/thanks": "^1.0"
3331
},
3432
"autoload": {

0 commit comments

Comments
 (0)