Skip to content

Commit aa1bbb0

Browse files
authored
Merge pull request #322 from dotkernel/issue-310
Removed php 7.4 added php 8.2 and updated readme
2 parents 741d2d6 + 09fc761 commit aa1bbb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Dotkernel web starter package suitable for frontend applications.
99
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/frontend)](https://github.com/dotkernel/frontend/issues)
1010
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/frontend)](https://github.com/dotkernel/frontend/network)
1111
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/frontend)](https://github.com/dotkernel/frontend/stargazers)
12-
[![GitHub license](https://img.shields.io/github/license/dotkernel/frontend)](https://github.com/dotkernel/frontend/blob/3.0/LICENSE.md)
12+
[![GitHub license](https://img.shields.io/github/license/dotkernel/frontend)](https://github.com/dotkernel/frontend/blob/4.0/LICENSE.md)
1313

1414

15-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/frontend/3.0.x-dev)
15+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/frontend/4.0.0)
1616

1717

1818
# Installing DotKernel `frontend`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"require": {
46-
"php": "^7.4 || ~8.0.0 || ~8.1.0",
46+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
4747
"ext-curl": "*",
4848
"ext-json": "*",
4949
"dotkernel/dot-annotated-services": "^3.2.1",

0 commit comments

Comments
 (0)