File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 - ubuntu-latest
1616
1717 php :
18- - " 8.1"
1918 - " 8.2"
2019 - " 8.3"
2120 - " 8.4"
21+ - " 8.5"
2222
2323 steps :
2424 - name : Checkout
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 - ubuntu-latest
1616
1717 php :
18- - " 8.1"
1918 - " 8.2"
2019 - " 8.3"
2120 - " 8.4"
21+ - " 8.5"
2222
2323 steps :
2424 - name : Checkout
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Documentation is available at: https://docs.dotkernel.org/dot-maker/.
99## Badges
1010
1111![ OSS Lifecycle] ( https://img.shields.io/osslifecycle/dotkernel/dot-maker )
12- ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/dot-maker/1.0.0 )
12+ ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/dot-maker/1.0.6 )
1313
1414[ ![ GitHub issues] ( https://img.shields.io/github/issues/dotkernel/dot-maker )] ( https://github.com/dotkernel/dot-maker/issues )
1515[ ![ GitHub forks] ( https://img.shields.io/github/forks/dotkernel/dot-maker )] ( https://github.com/dotkernel/dot-maker/network )
Original file line number Diff line number Diff line change 2828 }
2929 },
3030 "require" : {
31- "php" : " ~8.1 .0 || ~8.2 .0 || ~8.3 .0 || ~8.4 .0"
31+ "php" : " ~8.2 .0 || ~8.3 .0 || ~8.4 .0 || ~8.5 .0"
3232 },
3333 "require-dev" : {
3434 "laminas/laminas-coding-standard" : " ^3.1.0" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Programmatically generate Dotkernel project files and directories.
55## Badges
66
77![ OSS Lifecycle] ( https://img.shields.io/osslifecycle/dotkernel/dot-maker )
8- ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/dot-maker/1.0.0 )
8+ ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/dot-maker/1.0.6 )
99
1010[ ![ GitHub issues] ( https://img.shields.io/github/issues/dotkernel/dot-maker )] ( https://github.com/dotkernel/dot-maker/issues )
1111[ ![ GitHub forks] ( https://img.shields.io/github/forks/dotkernel/dot-maker )] ( https://github.com/dotkernel/dot-maker/network )
You can’t perform that action at this time.
0 commit comments