Skip to content

Commit 365d410

Browse files
committed
Merge tag '1.0.1' into develop
create tag 1.0.1
2 parents 4c47873 + ce19bd4 commit 365d410

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
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

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
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": {
@@ -45,7 +44,6 @@
4544
},
4645
"scripts": {
4746
"lint": "vendor/bin/php-cs-fixer fix",
48-
"normalize": "normalize",
4947
"test": "vendor/bin/phpunit"
5048
},
5149
"support": {

0 commit comments

Comments
 (0)