Skip to content

Commit

Permalink
Merge pull request #11 from lolli42/dev-dependency
Browse files Browse the repository at this point in the history
Dev dependency
  • Loading branch information
bmack authored Mar 1, 2021
2 parents 3dce387 + 0ed9050 commit e51a237
Show file tree
Hide file tree
Showing 2 changed files with 4,484 additions and 4,266 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"license": "GPL-2.0-or-later",
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^0.12.44",
"typo3/cms-core": "^10.4 || 11.*.*@dev",
"typo3/cms-extbase": "^10.4 || 11.*.*@dev"
"phpstan/phpstan": "^0.12.44"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.3",
"jangregor/phpstan-prophecy": "^0.6.2",
"phpunit/phpunit": "^8.5",
"symplify/easy-coding-standard": "^7.2"
"symplify/easy-coding-standard": "^7.2",
"typo3/cms-core": "^10.4 || 11.*.*@dev",
"typo3/cms-extbase": "^10.4 || 11.*.*@dev"
},
"config": {
"platform": {
Expand Down
Loading

0 comments on commit e51a237

Please sign in to comment.