forked from jbboehr/php-psr
-
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.
- Loading branch information
Showing
4 changed files
with
14 additions
and
9 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
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 |
---|---|---|
|
@@ -15,18 +15,19 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2018-03-05</date> | ||
<date>2018-09-10</date> | ||
<version> | ||
<release>0.4.0</release> | ||
<api>0.4.0</api> | ||
<release>0.5.0</release> | ||
<api>0.5.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="https://opensource.org/licenses/BSD-2-Clause">BSD-2-Clause</license> | ||
<notes> | ||
- PSR-15 HTTP Handlers support | ||
- PSR-17 HTTP Factories support | ||
- Whitelist PHP 7.3 | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -121,7 +122,7 @@ | |
<required> | ||
<php> | ||
<min>5.4.0</min> | ||
<max>7.2.99</max> | ||
<max>7.3.99</max> | ||
</php> | ||
<pearinstaller> | ||
<min>1.4.1</min> | ||
|
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 |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
#endif | ||
|
||
#define PHP_PSR_NAME "psr" | ||
#define PHP_PSR_VERSION "0.4.0" | ||
#define PHP_PSR_RELEASE "2018-03-05" | ||
#define PHP_PSR_VERSION "0.5.0" | ||
#define PHP_PSR_RELEASE "2018-09-10" | ||
#define PHP_PSR_AUTHORS "John Boehr <[email protected]> (lead)" | ||
|
||
#define PHP_PSR_ABSTRACT_ME(c, f) PHP_ABSTRACT_ME(c, f, arginfo_ ## c ## _ ## f) | ||
|