-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repo renamed in slim-json-api-helper
- Loading branch information
1 parent
f0fe496
commit 19a5e60
Showing
5 changed files
with
27 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name" : "cristianp6/slim-json-api", | ||
"description" : "Slim3 JSON API Request & Response Helpers inspired by jsonapi.org", | ||
"name" : "cristianp6/slim-json-api-helper", | ||
"description" : "Slim3 JSON API Request & Response Helper inspired by jsonapi.org", | ||
"type" : "library", | ||
"authors" : [ | ||
{ | ||
|
@@ -15,7 +15,7 @@ | |
} | ||
], | ||
"keywords" : [ "slim", "json", "api" ], | ||
"homepage" : "https://github.com/cristianp6/slim-json-api", | ||
"homepage" : "https://github.com/cristianp6/slim-json-api-helper", | ||
"license" : [ "Apache-2.0" ], | ||
"require" : { | ||
"php" : ">=5.5", | ||
|
@@ -27,11 +27,11 @@ | |
}, | ||
"autoload": { | ||
"psr-4": { | ||
"JsonAPI\\": "src/" | ||
"JsonApiHelper\\": "src/" | ||
} | ||
}, | ||
"support" : { | ||
"email" : "[email protected]", | ||
"issues" : "https://github.com/cristianp6/slim-json-api/issues" | ||
"issues" : "https://github.com/cristianp6/slim-json-api-helper/issues" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters