Skip to content

Commit

Permalink
fix tests for php unit ^8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hummer2k committed Dec 26, 2019
1 parent 74ec689 commit 8bec574
Show file tree
Hide file tree
Showing 24 changed files with 458 additions and 271 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "hummer2k/conlayout",
"description": "Module for handling zend-mvc layouts with blocks and handles similar to magento",
"license": "MIT",
"config": {
"sort-packages": true
},
"keywords": [
"zf",
"zf3",
Expand Down Expand Up @@ -33,12 +36,12 @@
"zendframework/zend-filter": "Filter configured params e.g. src, href attributes (basepath, cachebuster, ...)"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"satooshi/php-coveralls": "~0.6",
"squizlabs/php_codesniffer": "^3.5",
"zendframework/zend-developer-tools": "^1.1",
"phpunit/phpunit": "^5.0",
"zendframework/zend-filter": "^2.7.1",
"zendframework/zend-i18n": "^2.7",
"satooshi/php-coveralls": "~0.6",
"squizlabs/php_codesniffer": "^3.5"
"zendframework/zend-i18n": "^2.7"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 8bec574

Please sign in to comment.