Skip to content

Commit ddf0740

Browse files
authored
Merge pull request #529 from wayofdev/fix/renovate
2 parents 406501c + bb45cfe commit ddf0740

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@
1717
"require": {
1818
"php": "^8.2",
1919
"ext-pdo": "*",
20-
"cycle/annotated": "^4.0",
20+
"cycle/annotated": "^3.4",
2121
"cycle/database": "^2.4",
2222
"cycle/entity-behavior": "^1.2",
2323
"cycle/migrations": "^4.0",
2424
"cycle/orm": "^2.3",
2525
"cycle/schema-migrations-generator": "^2.1",
2626
"cycle/schema-renderer": "^1.2",
27-
"illuminate/console": "^10.9",
28-
"illuminate/contracts": "^10.9",
29-
"illuminate/support": "^10.9",
27+
"illuminate/console": "^10.39",
28+
"illuminate/contracts": "^10.39",
29+
"illuminate/support": "^10.39",
3030
"laminas/laminas-hydrator": "^4.14",
3131
"spiral/attributes": "^3.1",
32-
"symfony/console": "^7.0"
32+
"symfony/console": "^6.4"
3333
},
3434
"require-dev": {
3535
"ergebnis/composer-normalize": "^2.30",
3636
"fakerphp/faker": "^1.21",
3737
"jetbrains/phpstorm-attributes": "^1.0",
38-
"nunomaduro/collision": "^8.0",
38+
"nunomaduro/collision": "^7.10",
3939
"nunomaduro/larastan": "^2.5",
4040
"orchestra/testbench": "^8.5",
4141
"pestphp/pest": "^2.5",

composer.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@
1010
"automerge": true,
1111
"automergeType": "pr",
1212
"platformAutomerge": true
13-
}
13+
},
14+
"packageRules": [
15+
{
16+
"updateTypes": ["minor", "patch"],
17+
"automerge": true
18+
}
19+
]
1420
}

0 commit comments

Comments
 (0)