File tree 3 files changed +247
-575
lines changed
3 files changed +247
-575
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
matrix :
16
16
php-version :
17
- - " 7.4"
18
17
- " 8.1"
18
+ - " 8.2"
19
19
dependencies :
20
20
- " lowest"
21
21
- " highest"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/magento-semver" ,
3
3
"description" : " Magento Semantic Version Checker" ,
4
- "version" : " 12.0.0-beta2 " ,
4
+ "version" : " 12.0.0-beta3 " ,
5
5
"license" : [
6
6
" OSL-3.0" ,
7
7
" AFL-3.0"
8
8
],
9
9
"bin" : [" bin/svc" ],
10
10
"require" : {
11
- "php" : " ~7.4.0||~ 8.1.0||~8.2.0" ,
11
+ "php" : " ~8.1.0||~8.2.0" ,
12
12
"ext-json" : " *" ,
13
- "laminas/laminas-dependency-plugin" : " ^2.2.0" ,
14
- "laminas/laminas-stdlib" : " ~3.6.0" ,
13
+ "laminas/laminas-stdlib" : " ^3.6" ,
15
14
"nikic/php-parser" : " ^4.15" ,
16
15
"phpstan/phpdoc-parser" : " ^0.5.5" ,
17
16
"sabre/xml" : " ~2.2.3" ,
18
17
"symfony/console" : " ~4.4.0||~5.4.0" ,
19
18
"tomzx/php-semver-checker" : " ^0.15.0" ,
20
- "wikimedia/less.php" : " ~3.1.0 "
19
+ "wikimedia/less.php" : " ^3.2 "
21
20
},
22
21
"require-dev" : {
23
22
"ext-dom" : " *" ,
You can’t perform that action at this time.
0 commit comments