Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeWaDev committed Jun 6, 2024
2 parents 310520c + f425a34 commit 51758b8
Showing 1 changed file with 36 additions and 28 deletions.
64 changes: 36 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
{
"name": "maplephp/prompts",
"type": "library",
"description": "PHP Prompts is an interactive, lightweight and very easy to CLI (Command Line Interface) PHP library.",
"keywords": ["php", "cli", "command line", "prompt", "lightweight", "cross-platform"],
"homepage": "https://wazabii.se",
"license": "Apache-2.0",
"authors": [
{
"name": "Daniel Ronkainen",
"email": "daniel.ronkainen@wazabii.se"
},
{
"name": "MaplePHP",
"homepage": "https://wazabii.se"
}
],
"require": {
"php": ">=8.0",
"maplephp/dto": "*",
"maplephp/http": "*",
"maplephp/validate": "*"
"name": "maplephp/prompts",
"type": "library",
"description": "PHP Prompts is an interactive, lightweight and very easy to CLI (Command Line Interface) PHP library.",
"keywords": [
"php",
"cli",
"command line",
"prompt",
"lightweight",
"cross-platform"
],
"homepage": "https://wazabii.se",
"license": "Apache-2.0",
"authors": [
{
"name": "Daniel Ronkainen",
"email": "daniel.ronkainen@wazabii.se"
},
"autoload": {
"psr-4": {
"MaplePHP\\Prompts\\": ""
}
},
"minimum-stability": "dev"
}
{
"name": "MaplePHP",
"homepage": "https://wazabii.se"
}
],
"require": {
"php": ">=8.0",
"maplephp/dto": "^1.0",
"maplephp/http": "^1.0",
"maplephp/validate": "^1.0"
},
"autoload": {
"psr-4": {
"MaplePHP\\Prompts\\": ""
}
},
"minimum-stability": "dev",
"version": "v1.0.2"
}

0 comments on commit 51758b8

Please sign in to comment.