File tree 4 files changed +402
-316
lines changed
4 files changed +402
-316
lines changed Original file line number Diff line number Diff line change 1
- | Q | A |
2
- | ---------------| -------------------------------------------------------------------------- |
3
- | Branch? | master for breaking changes, and ` release/y.x ` for bc <!-- see below --> |
4
- | Bug fix? | yes/no |
5
- | New feature? | yes/no <!-- please update /CHANGELOG.md files --> |
6
- | Deprecations? | yes/no <!-- please update UPGRADE-*.md and /CHANGELOG.md files --> |
7
- | Tickets | Fix #... <!-- prefix each issue number with "Fix #", --> |
8
- | License | MIT |
1
+ | Q | A |
2
+ | ---------------| --------------------------------------------------------------------|
3
+ | Branch? | 1.x or main for bc <!-- see below --> |
4
+ | Bug fix? | yes/no |
5
+ | New feature? | yes/no <!-- please update /CHANGELOG.md files --> |
6
+ | Deprecations? | yes/no <!-- please update UPGRADE-*.md and /CHANGELOG.md files --> |
7
+ | Tickets | Fix #... <!-- prefix each issue number with "Fix #", --> |
8
+ | License | MIT |
9
9
10
10
<!--
11
11
Replace this notice with a short README for your feature/bugfix.
12
12
This will help reviewers and should be a good start for the documentation.
13
13
14
14
For bug fixes and new features, that does not break BC, please base your PR
15
- on the `release/y .x` branch. For BC breaks, please base your PR on the
16
- `master ` branch.
15
+ on the `1 .x` branch. For BC breaks, please base your PR on the
16
+ `main ` branch.
17
17
18
18
Always add tests and ensure they pass.
19
19
-->
Original file line number Diff line number Diff line change 13
13
dependencies :
14
14
- " locked"
15
15
php-version :
16
- - " 7.4"
17
16
- " 8.0"
18
17
- " 8.1"
19
18
- " 8.2"
54
53
uses : " shivammathur/setup-php@v2"
55
54
with :
56
55
coverage : " pcov"
57
- php-version : " 8.1 "
56
+ php-version : " 8.0 "
58
57
ini-values : memory_limit=-1
59
58
extensions : sodium, fileinfo
60
59
Original file line number Diff line number Diff line change 17
17
}
18
18
],
19
19
"require" : {
20
- "php" : " >=7.4 " ,
20
+ "php" : " >=8.0 " ,
21
21
"ext-json" : " *" ,
22
22
"ext-openssl" : " *" ,
23
- "imdhemy/appstore-iap" : " ^1.5 " ,
24
- "imdhemy/google-play-billing" : " ^1.2 " ,
23
+ "imdhemy/appstore-iap" : " ^1.6 " ,
24
+ "imdhemy/google-play-billing" : " ^1.4 " ,
25
25
"laravel/framework" : " >=8.0"
26
26
},
27
27
"require-dev" : {
63
63
"sort-packages" : true ,
64
64
"allow-plugins" : {},
65
65
"platform" : {
66
- "php" : " 7.4 "
66
+ "php" : " 8.0 "
67
67
}
68
68
}
69
69
}
You can’t perform that action at this time.
0 commit comments