Skip to content

Commit d7d8dda

Browse files
authored
Merge pull request #27 from wp-oop/update
Update
2 parents a9653e2 + 5e2c5d5 commit d7d8dda

File tree

12 files changed

+663
-634
lines changed

12 files changed

+663
-634
lines changed

.idea/php.xml

Lines changed: 83 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/phpunit.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/plugin.iml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/phpunit_xml_dist.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
78
## [[*next-version*]] - YYYY-MM-DD
9+
### Fixed
10+
- Maintenance: update old configuration and deps, ran checks.
11+
- Psalm errors.
812

913
## [0.2.0-alpha4] - 2022-05-06
1014
### Fixed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@
4040
"modules.local/*/composer.json"
4141
]
4242
}
43+
},
44+
"config": {
45+
"allow-plugins": {
46+
"dealerdirect/phpcodesniffer-composer-installer": true,
47+
"wikimedia/composer-merge-plugin": true
48+
}
4349
}
4450
}

0 commit comments

Comments
 (0)