Skip to content

Commit

Permalink
Update dev-dependencies to build for TYPO3 v10
Browse files Browse the repository at this point in the history
  • Loading branch information
hoogi91 committed Jul 26, 2020
1 parent 4d88af8 commit 23dcfd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"typo3/cms-frontend": ">=9.5.0 <10.4.99"
},
"require-dev": {
"nimut/testing-framework": "^4.0",
"nimut/testing-framework": "^4.0 || ^5.0",
"phpstan/phpstan": "^0.12.1",
"phpunit/phpunit": "^6.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.0",
"typo3/minimal": "^9.5"
"typo3/minimal": ">=9.5.0 <10.4.99"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 23dcfd9

Please sign in to comment.