File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ # file: noinspection ComposeUnknownKeys
12name : php-upn-qr-generator
23services :
34 appserver :
45 type : php:custom
56 via : cli
67 overrides :
7- image : slimdeluxe/php:7.4
8+ image : slimdeluxe/php:8.1-v1.2
89tooling :
910 php :
1011 service : appserver
Original file line number Diff line number Diff line change 3131 }
3232 },
3333 "require" : {
34- "php" : " >=7.4 " ,
34+ "php" : " ^8.1 " ,
3535 "ext-mbstring" : " *" ,
36- "bacon/bacon-qr-code" : " ^2.0.7 "
36+ "bacon/bacon-qr-code" : " ^3.0 "
3737 },
3838 "require-dev" : {
3939 "phpunit/phpunit" : " ^9.6" ,
4343 "scripts" : {
4444 "format" : " vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes" ,
4545 "test" : " vendor/bin/phpunit"
46+ },
47+ "extra" : {
48+ "branch-alias" : {
49+ "dev-v2" : " v2.x-dev"
50+ }
4651 }
4752}
You can’t perform that action at this time.
0 commit comments