Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Dec 28, 2024
1 parent 5f4aac6 commit 94d19b4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"nexusphp/option": "self.version",
"nexusphp/password": "self.version",
"nexusphp/phpstan-nexus": "self.version",
"nexusphp/result": "self.version",
"nexusphp/suppression": "self.version"
},
"provide": {
Expand Down
35 changes: 35 additions & 0 deletions src/Nexus/Result/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "nexusphp/result",
"description": "The Nexus Result library.",
"license": "MIT",
"type": "library",
"keywords": [
"nexus",
"result"
],
"authors": [
{
"name": "John Paul E. Balandan, CPA",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/NexusPHP/framework/issues",
"source": "https://github.com/NexusPHP/framework"
},
"require": {
"php": "^8.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Nexus\\Result\\": ""
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
}
}

0 comments on commit 94d19b4

Please sign in to comment.