-
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.
- adapted README.md to install and use with Composer from fit-skeleton,
extracting doc/ConfigManually.md, increased PHP version requirement increased to 5.1 because PHPFIT requires it replaced instructions for manual install and usage by reference to original README.md in doc, added reference for Mixed Data Typing with PHPFIT_TypeAdapter_PhpTolerant, added security warnings. - lowered PHP version requirement in composer.json to 5.1 (after testing) - added script/run-cli.php for running from the command line - adapted script/config_shelf.php to support run-cli.php - added ChangeLog.md
- Loading branch information
1 parent
5966ccd
commit d6774f1
Showing
2 changed files
with
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
0.3 | ||
--- | ||
- added composer.json | ||
- adapted README.md to install and use with Composer from fit-skeleton, | ||
extracting doc/ConfigManually.md | ||
- PHP version requirement increased to 5.1 because of PHPFIT requires it | ||
- added script/run-cli.php for running from the command line | ||
- adapted script/config_shelf.php to support run-cli.php | ||
- added ChangeLog.md | ||
|
||
0.2 (tagged 1.0.beta2) | ||
---------------------- | ||
- added more book fixtures and tests | ||
- adapted to PhpFit clone on github.com/metaclass-nl/phpfit | ||
|
||
0.1 (tagged 1.0.beta1) | ||
---------------------- | ||
- comitted 1.0.beta1 release from www.metaclass.nl (please ignore this version number) | ||
- ReadMe.txt renamed to README.md and script.conf_shelf.php adapted for testing |