-
-
Couldn't load subscription status.
- Fork 25
Bumped version of the components and dropped old versions. #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2.5.x
Are you sure you want to change the base?
Changes from 10 commits
f89adfb
fd08a75
0e5bd1c
df6c8c9
514f121
63c83ec
30452bb
831b12d
37a292a
bfadae4
41484ce
96367b5
5760ca9
001b8d0
5381ab8
d521afa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,10 @@ | |
| "forum": "https://discourse.laminas.dev" | ||
| }, | ||
| "config": { | ||
| "sort-packages": true | ||
| "sort-packages": true, | ||
| "allow-plugins": { | ||
| "dealerdirect/phpcodesniffer-composer-installer": true | ||
| } | ||
| }, | ||
| "extra": { | ||
| "laminas": { | ||
|
|
@@ -29,24 +32,23 @@ | |
| } | ||
| }, | ||
| "require": { | ||
| "php": "^7.3 || ~8.0.0", | ||
| "php": "^7.4 || ~8.0.0", | ||
| "laminas-api-tools/api-tools": "^1.3", | ||
| "laminas-api-tools/api-tools-rest": "^1.3.2", | ||
| "laminas/laminas-hydrator": "^2.4.2 || ^3.0", | ||
| "laminas/laminas-hydrator": "^3.0 || ^4.0", | ||
| "laminas/laminas-stdlib": "^3.3", | ||
| "laminas/laminas-view": "^2.11.3", | ||
| "laminas/laminas-zendframework-bridge": "^1.0", | ||
| "phpro/zf-doctrine-hydration-module": "^2.0.1 || ^3.0 || ^4.1" | ||
| "api-skeletons/doctrine-orm-hydration-module": "^1.0" | ||
| }, | ||
| "require-dev": { | ||
| "doctrine/doctrine-module": "^1.2.0 || ^2.1.7", | ||
| "doctrine/doctrine-mongo-odm-module": "^0.11.0 || ^1.0.0 || ^2.0.0", | ||
| "doctrine/doctrine-orm-module": "^1.1.8 || ^2.1.3", | ||
| "doctrine/mongodb-odm": "^1.1.0", | ||
| "doctrine/dbal": "^2.10", | ||
| "doctrine/doctrine-module": "^5.1", | ||
| "doctrine/doctrine-orm-module": "^5.1", | ||
| "laminas-api-tools/api-tools-admin": "^1.5.7", | ||
| "laminas-api-tools/api-tools-hal": "^1.6.1", | ||
| "laminas/laminas-coding-standard": "~2.3.0", | ||
| "laminas/laminas-form": "^2.9.2", | ||
| "laminas/laminas-form": "^2.9.2 || ^3.1.1", | ||
tasselchof marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "laminas/laminas-i18n": "^2.7.3", | ||
| "laminas/laminas-log": "^2.9.1", | ||
| "laminas/laminas-mvc": "^2.7.13 || ^3.0.2", | ||
|
|
@@ -61,7 +63,9 @@ | |
| }, | ||
| "conflict": { | ||
| "doctrine/dbal": "<2.12.0", | ||
| "doctrine/orm": "<2.6.3" | ||
| "doctrine/orm": "<2.6.3", | ||
| "doctrine/doctrine-module": "<4.0", | ||
| "doctrine/doctrine-orm-module": "<4.0" | ||
|
||
| }, | ||
| "suggest": { | ||
| "api-skeletons/zf-doctrine-hydrator": "Hydrator strategies for Doctrine in Laminas API Tools", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.