Skip to content

Commit

Permalink
Merge pull request #4 from TomHAnderson/hotfix/allow-legacy-doctrine-…
Browse files Browse the repository at this point in the history
…libraries

Allow old versions of Doctrine modules
  • Loading branch information
TomHAnderson authored Jul 17, 2020
2 parents d6f9618 + 6d94348 commit 52d894b
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 149 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ language: php
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.3
env:
EXECUTE_COVERAGE=true
- php: 7.2
- php: 7.3
- php: 7.4

before_install:
Expand All @@ -23,4 +21,3 @@ script:
- mkdir -p build/logs
- ./vendor/bin/phpcs
- ./vendor/bin/phpunit
- ./vendor/bin/phpstan analyze -c phpstan.neon --level=7 src/
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"require": {
"php": "^7.2.0",
"doctrine/data-fixtures": "^1.3.0",
"doctrine/doctrine-module": "^4.0",
"doctrine/doctrine-module": "^2.1 || ^4.0",
"laminas/laminas-modulemanager": "^2.7.2 || ^3.0.0",
"laminas/laminas-eventmanager": "^3.0.0",
"laminas/laminas-servicemanager": "^3.1.0",
"laminas/laminas-dependency-plugin": "^1.0"
},
"require-dev": {
"api-skeletons/coding-standard": "^1.0.0",
"doctrine/doctrine-orm-module": "^3.0.3",
"doctrine/doctrine-orm-module": "^2.1 || ^3.0.3",
"dprevite/lint": "^1.0.0",
"laminas/laminas-i18n": "^2.7.0",
"laminas/laminas-test": "^3.0.0",
Expand Down
Loading

0 comments on commit 52d894b

Please sign in to comment.