Skip to content

Commit 53170e6

Browse files
nidjo17SlimDeluxe
andauthored
build!: update PHP and bacon-qr-code versions
* build(deps): update PHP and bacon-qr-code version requirements * build: update package version to v2 * build(lando): update PHP image to 8.1 --------- Co-authored-by: Omer Šabić <omer@datalinx.si>
1 parent 9a54b26 commit 53170e6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.lando.dist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
#file: noinspection ComposeUnknownKeys
12
name: php-upn-qr-generator
23
services:
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
89
tooling:
910
php:
1011
service: appserver

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
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",
@@ -43,5 +43,10 @@
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
}

0 commit comments

Comments
 (0)