Skip to content

Commit bcbf5d2

Browse files
ISSUE-16: PHP 8.4 upgrade
1 parent b0d1d07 commit bcbf5d2

File tree

56 files changed

+159
-304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+159
-304
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
# https://github.com/marketplace/actions/setup-php-action
11-
- name: Setup PHP 8.3
11+
- name: Setup PHP 8.4
1212
uses: shivammathur/setup-php@v2
1313
with:
14-
php-version: '8.3'
14+
php-version: '8.4'
1515

1616
# https://github.com/marketplace/actions/checkout
1717
- name: Checkout

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"minimum-stability": "stable",
1818
"prefer-stable": true,
1919
"require": {
20-
"php": ">=8.3",
20+
"php": ">=8.4",
2121
"ext-bcmath": "*",
2222
"ext-ctype": "*",
2323
"ext-iconv": "*",
@@ -44,7 +44,6 @@
4444
"symfony/runtime": "7.1.*",
4545
"symfony/twig-bundle": "7.1.*",
4646
"symfony/yaml": "7.1.*",
47-
"thecodingmachine/safe": "^2.5",
4847
"twig/twig": "*"
4948
},
5049
"require-dev": {

0 commit comments

Comments
 (0)