Skip to content

Commit 8e64798

Browse files
Update PHP requirement of Symfony 6.1 branch (#11)
* Update PHP requirement of Symfony 6.1 branch * Update CI and ran composer update Co-authored-by: Nyholm <tobias.nyholm@gmail.com>
1 parent 697646e commit 8e64798

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: 8.0
19+
php-version: 8.1
2020
coverage: none
2121

2222
- name: Download dependencies

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "project",
33
"license": "proprietary",
44
"require": {
5-
"php": ">=8.0",
5+
"php": ">=8.1",
66
"ext-ctype": "*",
77
"ext-iconv": "*",
88
"composer/package-versions-deprecated": "1.11.99.1",
@@ -56,7 +56,10 @@
5656
"preferred-install": {
5757
"*": "dist"
5858
},
59-
"sort-packages": true
59+
"sort-packages": true,
60+
"allow-plugins": {
61+
"symfony/flex": true
62+
}
6063
},
6164
"autoload": {
6265
"psr-4": {

symfony.lock

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@
180180
"symfony/css-selector": {
181181
"version": "v4.4.20"
182182
},
183-
"symfony/debug": {
184-
"version": "v4.4.20"
185-
},
186183
"symfony/debug-bundle": {
187184
"version": "4.1",
188185
"recipe": {
@@ -282,9 +279,6 @@
282279
"symfony/http-kernel": {
283280
"version": "v4.4.21"
284281
},
285-
"symfony/inflector": {
286-
"version": "v4.4.21"
287-
},
288282
"symfony/intl": {
289283
"version": "v4.4.20"
290284
},
@@ -423,15 +417,9 @@
423417
"symfony/polyfill-php72": {
424418
"version": "v1.22.1"
425419
},
426-
"symfony/polyfill-php73": {
427-
"version": "v1.22.1"
428-
},
429420
"symfony/polyfill-php80": {
430421
"version": "v1.22.1"
431422
},
432-
"symfony/polyfill-php81": {
433-
"version": "v1.23.0"
434-
},
435423
"symfony/polyfill-uuid": {
436424
"version": "v1.23.0"
437425
},
@@ -488,9 +476,6 @@
488476
"symfony/security-csrf": {
489477
"version": "v4.4.20"
490478
},
491-
"symfony/security-guard": {
492-
"version": "v4.4.20"
493-
},
494479
"symfony/security-http": {
495480
"version": "v4.4.21"
496481
},

0 commit comments

Comments
 (0)