Skip to content

Commit

Permalink
Merge pull request #3 from TomHAnderson/feature/doctrine-modules
Browse files Browse the repository at this point in the history
Updated to  use latest Doctrine modules and phpstan
  • Loading branch information
TomHAnderson authored Jun 13, 2020
2 parents b41f79d + 7c0d07d commit d6f9618
Show file tree
Hide file tree
Showing 3 changed files with 1,302 additions and 1,349 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"require": {
"php": "^7.2.0",
"doctrine/data-fixtures": "^1.3.0",
"doctrine/doctrine-module": "^1.2.0 || ^2.1.0",
"doctrine/doctrine-module": "^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": "^1.1.0 || ^2.1",
"doctrine/doctrine-orm-module": "^3.0.3",
"dprevite/lint": "^1.0.0",
"laminas/laminas-i18n": "^2.7.0",
"laminas/laminas-test": "^3.0.0",
"phpstan/phpstan-doctrine": "^0.9.1",
"phpstan/phpstan-doctrine": "^0.12.15",
"phpunit/phpunit": "^5.7.0",
"squizlabs/php_codesniffer": "^3.2.0"
},
Expand Down
Loading

0 comments on commit d6f9618

Please sign in to comment.