Skip to content

Commit c7ca0e5

Browse files
Update composer json and lock files
1 parent ace5429 commit c7ca0e5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "pavlusha311245/unit-php-sdk",
33
"type": "library",
4+
"description": "This project allows developers to interact with the Nginx Unit web server through php classes",
45
"license": "Apache License 2.0",
6+
"homepage": "https://github.com/Pavlusha311245/nginx-unit-php-sdk",
57
"keywords": [
68
"unit",
79
"nginx unit",
@@ -25,7 +27,7 @@
2527
],
2628
"minimum-stability": "stable",
2729
"require": {
28-
"php": "^8.2",
30+
"php": ">=8.2",
2931
"ext-curl": "*"
3032
},
3133
"require-dev": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)