Skip to content

Commit

Permalink
fix: dep package not require
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 8, 2021
1 parent 1a28dd0 commit 6e01120
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
{
"name": "phppkg/ini",
"description": "TODO: package description",
"description": "An enhanced PHP INI parser",
"type": "template",
"license": "MIT",
"homepage": "https://github.com/phppkg/ini",
"keywords": [
"library",
"ini",
"php-ini",
"ini-parser"
],
"authors": [
{
"name": "inhere",
"email": "in.798@qq.com"
}
],
"require": {
"php": ">7.4.0",
"php": ">8.0",
"ext-mbstring": "*",
"toolkit/cli-utils":"~1.0"
"toolkit/stdlib":"~1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6e01120

Please sign in to comment.