diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5e7c534..e6e544c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,16 +60,16 @@ jobs: - typo3-version: "^12.4" php-version: "8.3" composer-flags: " --prefer-lowest" - - typo3-version: "^13.0" + - typo3-version: "^13.1" php-version: "8.2" composer-flags: "" - - typo3-version: "^13.0" + - typo3-version: "^13.1" php-version: "8.2" composer-flags: " --prefer-lowest" - - typo3-version: "^13.0" + - typo3-version: "^13.1" php-version: "8.3" composer-flags: "" - - typo3-version: "^13.0" + - typo3-version: "^13.1" php-version: "8.3" composer-flags: " --prefer-lowest" diff --git a/build.xml b/build.xml index cd267c0..5f67749 100644 --- a/build.xml +++ b/build.xml @@ -37,7 +37,6 @@ passthru="true" checkreturn="true" > - @@ -49,7 +48,6 @@ checkreturn="true" level="error" > - diff --git a/composer.json b/composer.json index 75f0f8d..8d44bee 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,6 @@ "require": { "php": "^7.4 || ^8.0", "phpstan/phpstan": "^1.10.9", - "nikic/php-parser": "^4.15.1", "typo3/cms-core": "^11.5 || ^12.4 || ^13.0", "typo3/cms-extbase": "^11.5 || ^12.4 || ^13.0", "bnf/phpstan-psr-container": "^1.0", @@ -22,14 +21,14 @@ "ext-simplexml": "*" }, "require-dev": { - "consistence-community/coding-standard": "^3.11.1", - "slevomat/coding-standard": "^7.2.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", - "php-parallel-lint/php-parallel-lint": "^1.3.2", - "phing/phing": "^2.17.4", - "phpstan/phpstan-strict-rules": "^1.5.1", - "phpunit/phpunit": "^9.6.16", - "symfony/polyfill-php80": "^1.28.0", + "nikic/php-parser": "^v4.19.1", + "consistence-community/coding-standard": "^3.10", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", + "php-parallel-lint/php-parallel-lint": "^1.4", + "phing/phing": "^2.17", + "phpstan/phpstan-strict-rules": "^1.5", + "phpunit/phpunit": "^9.6", + "symfony/polyfill-php80": "^1.29", "phpstan/phpstan-phpunit": "^1.3" }, "autoload": { diff --git a/phpcs.xml b/phpcs.xml index 46bb609..6ddfca3 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -5,6 +5,8 @@ + + src tests @@ -17,6 +19,13 @@ + + + + + + +