Skip to content

Commit a30e1fe

Browse files
authored
Merge pull request #615 from wayofdev/feat/docs
2 parents 5001a41 + f73918f commit a30e1fe

File tree

9 files changed

+1185
-810
lines changed

9 files changed

+1185
-810
lines changed

.yamllint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ extends: default
55
ignore: |
66
.build/
77
vendor/
8+
docs/
89
910
# Overwrite above default rules
1011
rules:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ The full documentation for the package is available at [https://laravel-cycle-or
5252

5353
## 🧩 Compatibility Map
5454

55-
| Laravel | Cycle ORM Adapter | Cycle ORM |
56-
|---------|-------------------|-----------|
57-
| 10.x | 4.x | 2.x |
58-
| 11.x | 5.x (Planned) | 2.x |
55+
| Laravel | Cycle ORM | Adapter |
56+
|---------|-----------|---------|
57+
| ^10.28 | 2.x | 4.x |
58+
| 11.x | 2.x | ^4.9.0 |
5959

6060
<br>
6161

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,18 @@
2424
"cycle/orm": "^2.7",
2525
"cycle/schema-migrations-generator": "^2.2",
2626
"cycle/schema-renderer": "^1.2",
27-
"illuminate/console": "^11.0",
27+
"illuminate/console": "^10.28 || ^11.0",
2828
"cycle/schema-builder": "^2.8",
29-
"illuminate/contracts": "^11.0",
30-
"illuminate/support": "^11.0",
29+
"illuminate/contracts": "^10.28 || ^11.0",
30+
"illuminate/support": "^10.28 || ^11.0",
3131
"spiral/attributes": "^3.1",
32-
"symfony/console": "^6.4"
32+
"symfony/console": "^6.4 || ^7.0"
3333
},
3434
"require-dev": {
3535
"ergebnis/composer-normalize": "^2.42",
3636
"fakerphp/faker": "^1.23",
37-
"jetbrains/phpstorm-attributes": "^1.0",
38-
"nunomaduro/collision": "^7.10",
3937
"larastan/larastan": "^2.9",
40-
"orchestra/testbench": "^8.21",
38+
"orchestra/testbench": "^8.21 || ^9.0.0",
4139
"pestphp/pest": "^2.34",
4240
"pestphp/pest-plugin-laravel": "^2.3",
4341
"phpstan/extension-installer": "^1.3",

0 commit comments

Comments
 (0)