File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.0.1
4+ - Initialize Docker settings
5+ - pull request #1 - Update namespace in test classes to match the actual location
6+ - Normalize composer.json
7+ - Add contributing and code of conduct files
8+ - Configure Travis CI for PHP 5.3, PHP 7.2 and cache
9+ - Add editorconfig file
10+ - Update gitignore file
11+ - Update readme and licence files
12+
313## 1.0.0
414- Initial release after exporting source code from the [ PackageGenerator] ( https://github.com/WsdlToPhp/PackageGenerator ) project
Original file line number Diff line number Diff line change 2727 },
2828 "require-dev" : {
2929 "friendsofphp/php-cs-fixer" : " ~2.0" ,
30- "localheinz/composer-normalize" : " ^0.8.0" ,
3130 "phpunit/phpunit" : " ^4.8 || ^6.0"
3231 },
3332 "config" : {
4544 },
4645 "scripts" : {
4746 "lint" : " vendor/bin/php-cs-fixer fix" ,
48- "normalize" : " normalize" ,
4947 "test" : " vendor/bin/phpunit"
5048 },
5149 "support" : {
You can’t perform that action at this time.
0 commit comments