Skip to content

Commit

Permalink
[Console] Add Console component directory
Browse files Browse the repository at this point in the history
  • Loading branch information
il-masaru-yamagishi committed Aug 24, 2024
1 parent 861d191 commit 96541e5
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@
"replace": {
"rayleigh/cache": "self.version",
"rayleigh/clock": "self.version",
"rayleigh/config": "self.version",
"rayleigh/console": "self.version",
"rayleigh/container": "self.version",
"rayleigh/contracts": "self.version",
"rayleigh/database": "self.version",
"rayleigh/event-dispatcher": "self.version",
"rayleigh/http-client": "self.version",
"rayleigh/http-factory": "self.version",
"rayleigh/http-message": "self.version",
"rayleigh/http-server": "self.version",
"rayleigh/idl-openapi": "self.version",
"rayleigh/log": "self.version"
},
"authors": [
Expand Down
Empty file added src/Console/Tests/.gitkeep
Empty file.
49 changes: 49 additions & 0 deletions src/Console/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/console",
"description": "S.S.S. Rayleigh Framework - Console Component",
"type": "library",
"keywords": [
"rayleigh",
"console",
"cli"
],
"homepage": "https://heavyrain-php.github.io/rayleigh/",
"readme": "README.md",
"license": "Apache-2.0",
"authors": [
{
"name": "Masaru Yamagishi",
"email": "[email protected]",
"homepage": "https://cafe-capy.net",
"role": "Author"
}
],
"support": {
"docs": "https://heavyrain-php.github.io/rayleigh/",
"issues": "https://github.com/heavyrain-php/rayleigh/issues",
"source": "https://github.com/heavyrain-php/rayleigh/"
},
"provide": {},
"require": {
"php": "~8.2.0|~8.3.0",
"psr/log": "^2.0.0|^3.0.0"
},
"require-dev": {},
"suggest": {},
"autoload": {
"psr-4": {
"Rayleigh\\Console\\": ""
},
"exclude-from-classmap": [
"*Test.php"
]
},
"scripts": {},
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
}
}

0 comments on commit 96541e5

Please sign in to comment.