-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Bumped version of the components and dropped old versions. #29
Open
tasselchof
wants to merge
15
commits into
laminas-api-tools:2.5.x
Choose a base branch
from
orderadmin:2.5.x
base: 2.5.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 14 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
f89adfb
#13 Updated base class.
tasselchof fd08a75
Improvements to work with API-Skeletons/doctrine-orm-hydration-module.
tasselchof 0e5bd1c
Fixed component version.
tasselchof df6c8c9
Merge branch 'laminas-api-tools:2.5.x' into 2.5.x
tasselchof 514f121
Updated a version of the doctrine module.
tasselchof 63c83ec
Merge remote-tracking branch 'origin/2.5.x' into 2.5.x
30452bb
#28 Updated a version of the doctrine module.
tasselchof 831b12d
#28 Updated a versions in composer.json and added return types.
tasselchof 37a292a
#28 Removed ODM support, fixed dependencies and PHPUnit tests.
tasselchof bfadae4
#28 Fixed composer.json file.
tasselchof 41484ce
#29 Fixed cs-fix and psalm issues.
tasselchof 96367b5
#29 Fixed legacy aliases.
tasselchof 5760ca9
Apply review changes
javabudd 001b8d0
Merge pull request #1 from javabudd/2.5.x
tasselchof 5381ab8
Added PHP versions.
tasselchof File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,30 +32,30 @@ | |
} | ||
}, | ||
"require": { | ||
"php": "^7.3 || ~8.0.0", | ||
"php": "^7.4 || ~8.0.0", | ||
"ext-json": "*", | ||
"api-skeletons/doctrine-orm-hydration-module": "^1.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": "^4.0", | ||
"laminas/laminas-servicemanager": "^3.11.2", | ||
"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" | ||
"laminas/laminas-zendframework-bridge": "^1.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this needed anymore? Are any of the dependencies using ZF deps? |
||
}, | ||
"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": "^3.1.1", | ||
"laminas/laminas-i18n": "^2.7.3", | ||
"laminas/laminas-log": "^2.9.1", | ||
"laminas/laminas-mvc": "^2.7.13 || ^3.0.2", | ||
"laminas/laminas-serializer": "^2.8.0", | ||
"laminas/laminas-test": "^2.6.1 || ^3.0.1", | ||
"mongodb/mongodb": "^1.1.0", | ||
"phpspec/prophecy-phpunit": "^2.0", | ||
"phpunit/phpunit": "^9.3", | ||
"psalm/plugin-phpunit": "^0.16.1", | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should probably be replaced with doctrine/doctrine-laminas-hydrator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably, but it might be not so easy.