mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 05:56:08 +01:00
Require TYPO3 10.4 dev state
As extension uses features from upcoming TYPO3 10.4 release.
This commit is contained in:
parent
0927683926
commit
7e0f5760db
1 changed files with 4 additions and 5 deletions
|
@ -33,9 +33,9 @@
|
|||
"psr/http-server-handler": "^1.0",
|
||||
"psr/http-server-middleware": "^1.0",
|
||||
"symfony/expression-language": "^5.0",
|
||||
"typo3/cms-core": "^10.3",
|
||||
"typo3/cms-core": "^10.4",
|
||||
"symfony/console": "^5.0",
|
||||
"typo3/cms-dashboard": "^10.3"
|
||||
"typo3/cms-dashboard": "^10.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
|
@ -46,9 +46,8 @@
|
|||
"maglnet/composer-require-checker": "^2.1",
|
||||
"phpspec/prophecy-phpunit": "^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"typo3/cms-dashboard": "To make use of provided TYPO3 widgets"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"scripts": {
|
||||
"post-autoload-dump": [
|
||||
"mkdir -p .Build/web/typo3conf/ext/",
|
||||
|
|
Loading…
Reference in a new issue