Skip to content

Commit 7888cef

Browse files
authored
Merge pull request #583 from wayofdev/feat/updates
2 parents 834728d + ff7469b commit 7888cef

File tree

13 files changed

+423
-197
lines changed

13 files changed

+423
-197
lines changed

.gitattributes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/.build export-ignore
2+
/.github export-ignore
3+
/tests export-ignore
4+
.editorconfig export-ignore
5+
.env export-ignore
6+
.env.example export-ignore
7+
.gitattributes export-ignore
8+
.gitignore export-ignore
9+
.php-cs-fixer.dist.php
10+
.pre-commit-config.yaml
11+
.yamllint.yaml
12+
docker-compose.yaml
13+
Makefile
14+
package.json
15+
phpstan.neon.dist
16+
phpstan-baseline.neon
17+
phpunit.xml.dist export-ignore
18+
renovate.json export-ignore

composer.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,38 +17,38 @@
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+
"cycle/schema-builder": "^2.8.0",
29+
"illuminate/contracts": "^10.45",
30+
"illuminate/support": "^10.45",
31+
"laminas/laminas-hydrator": "^4.15",
3132
"spiral/attributes": "^3.1",
3233
"symfony/console": "^6.4"
3334
},
3435
"require-dev": {
35-
"ergebnis/composer-normalize": "^2.30",
36-
"fakerphp/faker": "^1.21",
36+
"ergebnis/composer-normalize": "^2.42",
37+
"fakerphp/faker": "^1.23",
3738
"jetbrains/phpstorm-attributes": "^1.0",
3839
"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",
40+
"larastan/larastan": "^2.9",
41+
"orchestra/testbench": "^8.21",
42+
"pestphp/pest": "^2.34",
43+
"pestphp/pest-plugin-laravel": "^2.3",
4344
"phpstan/extension-installer": "^1.3",
4445
"phpstan/phpstan": "^1.10",
4546
"phpstan/phpstan-deprecation-rules": "^1.1",
4647
"phpstan/phpstan-phpunit": "^1.3",
4748
"phpstan/phpstan-strict-rules": "^1.5",
4849
"phpunit/phpunit": "^10.5",
4950
"roave/security-advisories": "dev-latest",
50-
"spatie/laravel-ray": "^1.32",
51-
"wayofdev/cs-fixer-config": "^1.1",
51+
"wayofdev/cs-fixer-config": "^1.2",
5252
"beberlei/assert": "^3.3"
5353
},
5454
"autoload": {

0 commit comments

Comments
 (0)