Skip to content

Commit f5375b3

Browse files
committed
update deps
1 parent 812c2fd commit f5375b3

File tree

3 files changed

+165
-184
lines changed

3 files changed

+165
-184
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ reset:
1717

1818
lint:
1919
composer exec phpcs
20+
21+
update-deps:
22+
composer bump
23+
composer update
24+
composer outdated

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@
2525
},
2626
"require": {
2727
"illuminate/database": "^12.39",
28-
"symfony/finder": "^8.0.0",
2928
"fakerphp/faker": "^1.24.1",
30-
"illuminate/events": "^12.39",
31-
"psy/psysh": "^0.12.14"
29+
"illuminate/events": "^12.42",
30+
"psy/psysh": "^0.12.16"
3231
},
3332
"require-dev": {
34-
"phpunit/phpunit": "^12.4.4",
33+
"phpunit/phpunit": "^12.5.2",
3534
"squizlabs/php_codesniffer": "^4.0.1"
3635
}
3736
}

0 commit comments

Comments
 (0)