diff options
| -rw-r--r-- | .github/workflows/phpcs.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/phpstan.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/phpunit.yaml | 2 | ||||
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | composer.lock | 44 |
5 files changed, 29 insertions, 25 deletions
diff --git a/.github/workflows/phpcs.yaml b/.github/workflows/phpcs.yaml index 020a22c136..e7d5212c69 100644 --- a/.github/workflows/phpcs.yaml +++ b/.github/workflows/phpcs.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-version: ['8.1', '8.2'] + php-version: ['8.1', '8.2', '8.3'] steps: - uses: shivammathur/setup-php@master diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml index 7db71b24a5..4b1517c45c 100644 --- a/.github/workflows/phpstan.yaml +++ b/.github/workflows/phpstan.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-version: ['8.1', '8.2'] + php-version: ['8.1', '8.2', '8.3'] steps: - uses: shivammathur/setup-php@master diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 285646cd6b..e3a16d27f3 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-version: ['7.4', '8.0', '8.1', '8.2'] + php-version: ['7.4', '8.0', '8.1', '8.2', '8.3'] steps: - uses: shivammathur/setup-php@master diff --git a/composer.json b/composer.json index 5e9f2ff407..655d3e31e3 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "process-timeout": 3600 }, "require": { - "php": "7.4 - 8.2", + "php": "7.4 - 8.3", "ext-ctype": "*", "ext-curl": "*", "ext-exif": "*", @@ -44,7 +44,7 @@ "ext-simplexml": "*", "ext-xml": "*", "aura/router": "3.2.0", - "doctrine/dbal": "3.6.2", + "doctrine/dbal": "3.6.3", "ezyang/htmlpurifier": "4.16.0", "fig/http-message-util": "1.1.5", "fisharebest/algorithm": "1.6.0", diff --git a/composer.lock b/composer.lock index 2abf11c4ff..ebdb136f4a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dfeeaee303c275b7e51253d92d66a082", + "content-hash": "fb7827a04489087bb1f2e4898a0f2723", "packages": [ { "name": "aura/router", @@ -289,16 +289,16 @@ }, { "name": "doctrine/dbal", - "version": "3.6.2", + "version": "3.6.3", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "b4bd1cfbd2b916951696d82e57d054394d84864c" + "reference": "9a747d29e7e6b39509b8f1847e37a23a0163ea6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/b4bd1cfbd2b916951696d82e57d054394d84864c", - "reference": "b4bd1cfbd2b916951696d82e57d054394d84864c", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/9a747d29e7e6b39509b8f1847e37a23a0163ea6a", + "reference": "9a747d29e7e6b39509b8f1847e37a23a0163ea6a", "shasum": "" }, "require": { @@ -311,12 +311,12 @@ "psr/log": "^1|^2|^3" }, "require-dev": { - "doctrine/coding-standard": "11.1.0", + "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2022.3", - "phpstan/phpstan": "1.10.9", + "phpstan/phpstan": "1.10.14", "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "9.6.6", + "phpunit/phpunit": "9.6.7", "psalm/plugin-phpunit": "0.18.4", "squizlabs/php_codesniffer": "3.7.2", "symfony/cache": "^5.4|^6.0", @@ -381,7 +381,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.6.2" + "source": "https://github.com/doctrine/dbal/tree/3.6.3" }, "funding": [ { @@ -397,29 +397,33 @@ "type": "tidelift" } ], - "time": "2023-04-14T07:25:38+00:00" + "time": "2023-06-01T05:46:46+00:00" }, { "name": "doctrine/deprecations", - "version": "v1.1.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "8cffffb2218e01f3b370bf763e00e81697725259" + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/8cffffb2218e01f3b370bf763e00e81697725259", - "reference": "8cffffb2218e01f3b370bf763e00e81697725259", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", - "phpunit/phpunit": "^7.5|^8.5|^9.5", - "psr/log": "^1|^2|^3" + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -438,9 +442,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v1.1.0" + "source": "https://github.com/doctrine/deprecations/tree/v1.1.1" }, - "time": "2023-05-29T18:55:17+00:00" + "time": "2023-06-03T09:27:29+00:00" }, { "name": "doctrine/event-manager", @@ -9112,7 +9116,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "7.4 - 8.2", + "php": "7.4 - 8.3", "ext-ctype": "*", "ext-curl": "*", "ext-exif": "*", |
