diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e8d8999..81e08da 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -23,16 +23,9 @@ jobs: with: php_versions: '["8.3"]' - unit-4: - uses: bedita/github-workflows/.github/workflows/php-unit.yml@v2 - with: - php_versions: '["7.4","8.1","8.2","8.3"]' - bedita_version: '4' - coverage_min_percentage: 99 - unit-5: uses: bedita/github-workflows/.github/workflows/php-unit.yml@v2 with: - php_versions: '["7.4","8.1","8.2","8.3"]' + php_versions: '["8.1","8.2","8.3"]' bedita_version: '5' coverage_min_percentage: 99 diff --git a/composer.json b/composer.json index 4558431..b900ae1 100644 --- a/composer.json +++ b/composer.json @@ -20,22 +20,22 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": ">=8.1", "bedita/php-sdk": "^3.1.0", - "cakephp/cakephp": "^4.2.2", + "cakephp/cakephp": "^4.5", "firebase/php-jwt": "^6.9", "cakephp/twig-view": "^1.3.0" }, "require-dev": { "cakephp/authentication": "^2.9", "cakephp/authorization": "^2.2", - "cakephp/cakephp-codesniffer": "~4.5.1", + "cakephp/cakephp-codesniffer": "^4.7", "league/oauth2-client": "^2.6", "josegonzalez/dotenv": "^3.2", - "phpstan/phpstan": "^1.8", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpunit/phpunit": "^9.5" + "phpstan/phpstan": "^1.10", + "phpstan/extension-installer": "^1.2", + "phpstan/phpstan-deprecation-rules": "^1.2", + "phpunit/phpunit": "^9.6" }, "suggest": { "cakephp/authentication": "^2.9 To use \"ApiIdentifier\", \"Identity\", \"IdentityHelper\" and other authentication features",