diff --git a/composer.json b/composer.json index c83c27e..a6784bf 100644 --- a/composer.json +++ b/composer.json @@ -29,16 +29,16 @@ "require": { "php": "~7.4.0 || ~8.0.0 || ~8.1.0", "psr/http-message": "^1.0.1", - "typo3/cms-core": "^11.5.2 || ^12.0", - "typo3/cms-extbase": "^11.5.2 || ^12.0", - "typo3/cms-fluid": "^11.5.2 || ^12.0", - "typo3/cms-frontend": "^11.5.2 || ^12.0" + "typo3/cms-core": "^11.5.4 || ^12.0", + "typo3/cms-extbase": "^11.5.4 || ^12.0", + "typo3/cms-fluid": "^11.5.4 || ^12.0", + "typo3/cms-frontend": "^11.5.4 || ^12.0" }, "require-dev": { "doctrine/dbal": "^2.13.8 || ^3.3.7", "ergebnis/composer-normalize": "^2.28.3", "friendsofphp/php-cs-fixer": "^3.12.0", - "helmich/typo3-typoscript-lint": "^2.5.2", + "helmich/typo3-typoscript-lint": "lwolf-php81-support-dev", "jangregor/phpstan-prophecy": "^1.0.0", "php-coveralls/php-coveralls": "^2.5.3", "phpspec/prophecy": "^1.15.0", @@ -48,12 +48,12 @@ "phpstan/phpstan-phpunit": "^1.1.1", "phpstan/phpstan-strict-rules": "^1.4.4", "phpunit/phpunit": "^9.5.25", - "saschaegerer/phpstan-typo3": "^1.1.2", + "saschaegerer/phpstan-typo3": "12.0.x-dev", "sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "^0.0.1", "seld/jsonlint": "^1.9.0", "squizlabs/php_codesniffer": "^3.7.1", "symfony/yaml": "^5.4 || ^6.1", - "typo3/cms-fluid-styled-content": "^11.5.2 || ^12.0", + "typo3/cms-fluid-styled-content": "^11.5.4 || ^12.0", "typo3/coding-standards": "^0.5.5", "typo3/testing-framework": "^7.0@dev" }, @@ -63,6 +63,17 @@ "conflict": { "typo3/class-alias-loader": "< 1.1.0" }, + "repositories": { + "1_phpstan-typo3_fork": { + "type": "vcs", + "url": "https://github.com/linawolf/phpstan-typo3.git" + }, + "2_typo3-typoscript-lint_fork": { + "type": "vcs", + "url": "https://github.com/linawolf/typo3-typoscript-lint.git" + } + }, + "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": {