-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from serima/feature/upgrade-ecosystems
BREAKING CHANGES: Support PHP >= 7.2
- Loading branch information
Showing
14 changed files
with
2,593 additions
and
786 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 |
---|---|---|
@@ -1,17 +1,30 @@ | ||
#Roadmap | ||
|
||
##v1.0.0 | ||
## v1.0.0 | ||
|
||
This maintains the historical API but allows for composer autoloading. | ||
|
||
- [x] Composer support. | ||
- [x] PSR2 bar class names. | ||
- [x] Migrate tests to PHPUnit. | ||
|
||
|
||
##v2.0.0 | ||
## v2.0.0 | ||
|
||
The historical API will be broken by classname changes. | ||
|
||
- [x] Introduce namespacing. | ||
- [x] PSR4 autoloading. | ||
- [x] Automated testing. | ||
- [x] PHP 5.4 minimum. | ||
|
||
## v3.0.0 | ||
|
||
- [x] PHP 7.2 minimum. | ||
- [x] PHPUnit 8. | ||
- [x] Enable strict typing mode for all PHP files. | ||
|
||
## v4.0.0 | ||
|
||
- [ ] PHP 7.3 minimum. | ||
- [ ] PHPUnit 9. |
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.