forked from laminas-api-tools/statuslib-example
-
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.
Rewriting as Laminas Project package
- Loading branch information
1 parent
48cd400
commit 2f28daf
Showing
17 changed files
with
134 additions
and
98 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
vendor/ | ||
composer.lock | ||
/composer.lock | ||
/vendor/ |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Copyright (c) 2019, Laminas Foundation. | ||
All rights reserved. (https://getlaminas.org/) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,49 @@ | ||
{ | ||
"name": "zfcampus/statuslib-example", | ||
"description": "Library for use with Apigility documentation examples", | ||
"type": "library", | ||
"name": "laminas-api-tools/statuslib-example", | ||
"description": "Library for use with Laminas API Tools documentation examples", | ||
"license": "BSD-3-Clause", | ||
"keywords": [ | ||
"apigility", | ||
"framework", | ||
"zf2" | ||
"laminas", | ||
"api-tools", | ||
"framework" | ||
], | ||
"homepage": "http://apigility.org/", | ||
"homepage": "https://api-tools.getlaminas.org", | ||
"support": { | ||
"email": "[email protected]", | ||
"irc": "irc://irc.freenode.net/apigility", | ||
"source": "https://github.com/zfcampus/statuslib-example", | ||
"issues": "https://github.com/zfcampus/statuslib-example/issues" | ||
"docs": "https://api-tools.getlaminas.org/documentation", | ||
"issues": "https://github.com/laminas-api-tools/statuslib-example/issues", | ||
"source": "https://github.com/laminas-api-tools/statuslib-example", | ||
"rss": "https://github.com/laminas-api-tools/statuslib-example/releases.atom", | ||
"chat": "https://laminas.dev/chat", | ||
"forum": "https://discourse.laminas.dev" | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.1-dev" | ||
}, | ||
"zf": { | ||
"laminas": { | ||
"module": "StatusLib" | ||
} | ||
}, | ||
"require": { | ||
"php": "^5.6 || ^7.0", | ||
"ramsey/uuid": "^2.8", | ||
"zendframework/zend-config": "^3.1", | ||
"zendframework/zend-db": "^2.8.2", | ||
"zendframework/zend-paginator": "^2.7", | ||
"zendframework/zend-hydrator": "^1.1 || ^2.0 || ^3.0", | ||
"zendframework/zend-stdlib": "^2.7.7 || ^3.0.1", | ||
"zfcampus/zf-configuration": "^1.0" | ||
"laminas-api-tools/api-tools-configuration": "^1.0", | ||
"laminas/laminas-config": "^3.1", | ||
"laminas/laminas-db": "^2.8.2", | ||
"laminas/laminas-hydrator": "^1.1 || ^2.0 || ^3.0", | ||
"laminas/laminas-paginator": "^2.7", | ||
"laminas/laminas-stdlib": "^2.7.7 || ^3.0.1", | ||
"laminas/laminas-zendframework-bridge": "^1.0", | ||
"ramsey/uuid": "^2.8" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"StatusLib\\": "src/" | ||
} | ||
}, | ||
"replace": { | ||
"zfcampus/statuslib-example": "self.version" | ||
} | ||
} |
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
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
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
Oops, something went wrong.