Skip to content

Commit 64a9bfe

Browse files
committed
deps: update composer
1 parent b6e9773 commit 64a9bfe

File tree

2 files changed

+188
-186
lines changed

2 files changed

+188
-186
lines changed

composer.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,38 +17,37 @@
1717
"require": {
1818
"php": "^8.2",
1919
"ext-pdo": "*",
20-
"cycle/annotated": "^3.4",
21-
"cycle/database": "^2.4",
22-
"cycle/entity-behavior": "^1.2",
23-
"cycle/migrations": "^4.0",
24-
"cycle/orm": "^2.3",
25-
"cycle/schema-migrations-generator": "^2.1",
20+
"cycle/annotated": "^3.5",
21+
"cycle/database": "^2.8",
22+
"cycle/entity-behavior": "^1.3",
23+
"cycle/migrations": "^4.2",
24+
"cycle/orm": "^2.7",
25+
"cycle/schema-migrations-generator": "^2.2",
2626
"cycle/schema-renderer": "^1.2",
27-
"illuminate/console": "^10.39",
28-
"illuminate/contracts": "^10.39",
29-
"illuminate/support": "^10.39",
30-
"laminas/laminas-hydrator": "^4.14",
27+
"illuminate/console": "^10.45",
28+
"illuminate/contracts": "^10.45",
29+
"illuminate/support": "^10.45",
30+
"laminas/laminas-hydrator": "^4.15",
3131
"spiral/attributes": "^3.1",
3232
"symfony/console": "^6.4"
3333
},
3434
"require-dev": {
35-
"ergebnis/composer-normalize": "^2.30",
36-
"fakerphp/faker": "^1.21",
35+
"ergebnis/composer-normalize": "^2.42",
36+
"fakerphp/faker": "^1.23",
3737
"jetbrains/phpstorm-attributes": "^1.0",
3838
"nunomaduro/collision": "^7.10",
39-
"nunomaduro/larastan": "^2.5",
40-
"orchestra/testbench": "^8.5",
41-
"pestphp/pest": "^2.5",
42-
"pestphp/pest-plugin-laravel": "^2.0",
39+
"larastan/larastan": "^2.9",
40+
"orchestra/testbench": "^8.21",
41+
"pestphp/pest": "^2.34",
42+
"pestphp/pest-plugin-laravel": "^2.3",
4343
"phpstan/extension-installer": "^1.3",
4444
"phpstan/phpstan": "^1.10",
4545
"phpstan/phpstan-deprecation-rules": "^1.1",
4646
"phpstan/phpstan-phpunit": "^1.3",
4747
"phpstan/phpstan-strict-rules": "^1.5",
4848
"phpunit/phpunit": "^10.5",
4949
"roave/security-advisories": "dev-latest",
50-
"spatie/laravel-ray": "^1.32",
51-
"wayofdev/cs-fixer-config": "^1.1",
50+
"wayofdev/cs-fixer-config": "^1.2",
5251
"beberlei/assert": "^3.3"
5352
},
5453
"autoload": {

0 commit comments

Comments
 (0)