Skip to content

Commit 3d2a39c

Browse files
committed
bump to php >=8.1 everywhere
1 parent b1aba24 commit 3d2a39c

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@master
1212
- uses: shivammathur/setup-php@v2
1313
with:
14-
php-version: '8.0'
14+
php-version: '8.1'
1515
- uses: ramsey/composer-install@v2
1616
- name: php-cs-fixer
1717
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff
@@ -108,14 +108,14 @@ jobs:
108108
- uses: actions/checkout@master
109109
- uses: shivammathur/setup-php@v2
110110
with:
111-
php-version: '8.0'
111+
php-version: '8.1'
112112

113113
- name: TwigComponent Dependencies
114114
uses: ramsey/composer-install@v2
115115
with:
116116
working-directory: src/TwigComponent
117117
dependency-versions: lowest
118-
# needed for php 8.0 to skip symfony/stimulus-bundle
118+
# needed for php 8.1 to skip symfony/stimulus-bundle
119119
composer-options: "--ignore-platform-reqs"
120120
- name: TwigComponent Tests
121121
run: php vendor/bin/simple-phpunit
@@ -154,7 +154,7 @@ jobs:
154154

155155
- uses: shivammathur/setup-php@v2
156156
with:
157-
php-version: '8.0'
157+
php-version: '8.1'
158158

159159
- name: Install root Dependencies
160160
uses: ramsey/composer-install@v2

src/Autocomplete/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require": {
27-
"php": ">=8.0",
27+
"php": ">=8.1",
2828
"symfony/dependency-injection": "^5.4|^6.0",
2929
"symfony/http-foundation": "^5.4|^6.0",
3030
"symfony/http-kernel": "^5.4|^6.0",

src/Cropperjs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"require": {
31-
"php": ">=7.2.5",
31+
"php": ">=8.1",
3232
"intervention/image": "^2.5",
3333
"symfony/config": "^5.4|^6.0",
3434
"symfony/dependency-injection": "^5.4|^6.0",

src/Dropzone/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"require": {
31-
"php": ">=7.2.5",
31+
"php": ">=8.1",
3232
"symfony/config": "^5.4|^6.0",
3333
"symfony/dependency-injection": "^5.4|^6.0",
3434
"symfony/form": "^5.4|^6.0",

src/LazyImage/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"require": {
31-
"php": ">=7.2.5",
31+
"php": ">=8.1",
3232
"symfony/config": "^5.4|^6.0",
3333
"symfony/http-kernel": "^5.4|^6.0",
3434
"symfony/dependency-injection": "^5.4|^6.0"

src/LiveComponent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"require": {
29-
"php": ">=8.0",
29+
"php": ">=8.1",
3030
"symfony/property-access": "^5.4.5|^6.0",
3131
"symfony/serializer": "^5.4|^6.0",
3232
"symfony/ux-twig-component": "^2.8"

src/Translator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"require": {
31-
"php": ">=8.0",
31+
"php": ">=8.1",
3232
"symfony/console": "^5.4|^6.0",
3333
"symfony/filesystem": "^5.4|^6.0",
3434
"symfony/string": "^5.4|^6.0",

src/TwigComponent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"require": {
29-
"php": ">=8.0",
29+
"php": ">=8.1",
3030
"symfony/dependency-injection": "^5.4|^6.0",
3131
"symfony/deprecation-contracts": "^2.2|^3.0",
3232
"symfony/event-dispatcher": "^5.4|^6.0",

ux.symfony.com/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"minimum-stability": "RC",
55
"prefer-stable": true,
66
"require": {
7-
"php": ">=8.0.2",
7+
"php": ">=8.1",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"babdev/pagerfanta-bundle": "^3.7",

0 commit comments

Comments
 (0)