Skip to content

Commit

Permalink
Release 1.0.1 Added composer
Browse files Browse the repository at this point in the history
  • Loading branch information
vanengers committed Oct 16, 2023
1 parent e84b779 commit 4cb45ed
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "vanengers/php-json-object-library",
"description": "Base class for api",
"type": "library",
"license": "mit",
"autoload": {
"psr-4": {
"Vanengers\\PhpJsonObjectLibrary\\": "src/"
}
},
"authors": [
{
"name": "George van Engers",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0",
"ext-json": "*"
}
}

0 comments on commit 4cb45ed

Please sign in to comment.