Skip to content

Commit

Permalink
feat: upgrade cycle-orm-adapter to support cycle/annotated v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Mar 4, 2024
1 parent b922790 commit 7a8c6f0
Show file tree
Hide file tree
Showing 2 changed files with 664 additions and 681 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"require": {
"ext-pdo": "*",
"php": "^8.2",
"cycle/annotated": "^3.4",
"cycle/database": "^2.7",
"cycle/entity-behavior": "^1.2",
"cycle/orm": "^2.6",
"laravel/framework": "^v10.43",
"cycle/annotated": "^4.1",
"cycle/database": "^2.8",
"cycle/entity-behavior": "^1.3",
"cycle/orm": "^2.7",
"laravel/framework": "^v10.46",
"symfony/http-foundation": "^6.4",
"wayofdev/laravel-cycle-orm-adapter": "^4.1"
"wayofdev/laravel-cycle-orm-adapter": "^4.7"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42",
"nunomaduro/larastan": "^2.8",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^8.21",
"pestphp/pest": "^2.33",
"pestphp/pest-plugin-laravel": "^2.2",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-laravel": "^2.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
Expand Down
Loading

0 comments on commit 7a8c6f0

Please sign in to comment.