Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
feat: add PHP 8.2 support (#172)
Browse files Browse the repository at this point in the history
* feat!: php8.2 support initial work

* feat!: PHP ~8.2.0 support initial work

* feat!: PHP 8.2

* feat!: PHP 8.2 work

* feat!: PHP 8.2 work

* feat!: PHP 8.2 work

* feat!: PHP 8.2 work

* feat!: PHP 8.2 work

* feat: empty to trigger CI

* fix: fix remaining CI and tests, standardise how we bring back config (lowercase c)

* chore: remove rector following php 8.2 update

---------

Co-authored-by: Ian Lindsay <ian@hemera-business-services.co.uk>
  • Loading branch information
fibble and ilindsay authored May 21, 2024
1 parent f465bda commit 5cf677d
Show file tree
Hide file tree
Showing 516 changed files with 1,855 additions and 1,712 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
static-analysis:
uses: dvsa/.github/.github/workflows/php-static.yml@main
with:
php-version: '8.0'
php-version: '8.2'

tests:
uses: dvsa/.github/.github/workflows/php-tests.yml@main
with:
php-versions: '["8.0"]'
php-versions: '["8.2"]'
fail-fast: false
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "olcs/backend",
"description": "Back End Application for OLCS Project",
"require": {
"php": "~8.0.0",
"php": "~8.2.0",
"ext-intl": "*",
"ext-json": "*",
"ext-curl": "*",
Expand All @@ -16,22 +16,22 @@
"doctrine/persistence": "^2.1",
"dvsa/authentication-cognito": "^2.0",
"dvsa/laminas-config-cloud-parameters": "^0.1.0",
"dvsa/php-govuk-account": "^1.0",
"dvsa/php-govuk-account": "^2.0.1",
"gedmo/doctrine-extensions": "^3",
"guzzlehttp/guzzle": "^7.5",
"league/flysystem": "^1.0",
"league/flysystem-webdav": "1.0.10",
"monolog/monolog": "^2.9",
"olcs/olcs-logging": "^7.0",
"olcs/olcs-transfer": "~7.0.0",
"olcs/olcs-transfer": "^7.1.2",
"olcs/olcs-utils": "^6.0.0",
"olcs/olcs-xmltools": "~7.0.0",
"oro/doctrine-extensions": "^2",
"phprtflite/phprtflite": "~1.3.3",
"phpseclib/phpseclib": "^2.0.6",
"qandidate/toggle": "^1.1",
"ramsey/uuid": "^3.6",
"ruflin/elastica": "7.1",
"ruflin/elastica": "^7.0",
"saeven/zf3-purifier": "^1.1",
"simplesamlphp/saml2": "~3.4.2",
"symfony/filesystem": "^5",
Expand Down
Loading

0 comments on commit 5cf677d

Please sign in to comment.