File tree Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 16
16
- name : Set up PHP
17
17
uses : shivammathur/setup-php@v2
18
18
with :
19
- php-version : 8.0
19
+ php-version : 8.1
20
20
coverage : none
21
21
22
22
- name : Download dependencies
Original file line number Diff line number Diff line change 2
2
"type" : " project" ,
3
3
"license" : " proprietary" ,
4
4
"require" : {
5
- "php" : " >=8.0 " ,
5
+ "php" : " >=8.1 " ,
6
6
"ext-ctype" : " *" ,
7
7
"ext-iconv" : " *" ,
8
8
"composer/package-versions-deprecated" : " 1.11.99.1" ,
56
56
"preferred-install" : {
57
57
"*" : " dist"
58
58
},
59
- "sort-packages" : true
59
+ "sort-packages" : true ,
60
+ "allow-plugins" : {
61
+ "symfony/flex" : true
62
+ }
60
63
},
61
64
"autoload" : {
62
65
"psr-4" : {
Original file line number Diff line number Diff line change 180
180
"symfony/css-selector": {
181
181
"version": "v4.4.20"
182
182
},
183
- "symfony/debug": {
184
- "version": "v4.4.20"
185
- },
186
183
"symfony/debug-bundle": {
187
184
"version": "4.1",
188
185
"recipe": {
282
279
"symfony/http-kernel": {
283
280
"version": "v4.4.21"
284
281
},
285
- "symfony/inflector": {
286
- "version": "v4.4.21"
287
- },
288
282
"symfony/intl": {
289
283
"version": "v4.4.20"
290
284
},
423
417
"symfony/polyfill-php72": {
424
418
"version": "v1.22.1"
425
419
},
426
- "symfony/polyfill-php73": {
427
- "version": "v1.22.1"
428
- },
429
420
"symfony/polyfill-php80": {
430
421
"version": "v1.22.1"
431
422
},
432
- "symfony/polyfill-php81": {
433
- "version": "v1.23.0"
434
- },
435
423
"symfony/polyfill-uuid": {
436
424
"version": "v1.23.0"
437
425
},
488
476
"symfony/security-csrf": {
489
477
"version": "v4.4.20"
490
478
},
491
- "symfony/security-guard": {
492
- "version": "v4.4.20"
493
- },
494
479
"symfony/security-http": {
495
480
"version": "v4.4.21"
496
481
},
You can’t perform that action at this time.
0 commit comments