Skip to content

Commit

Permalink
Merge pull request #27 from laminas/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
Ocramius committed Jul 24, 2022
2 parents 4dc0c5b + b682b43 commit 7f23380
Show file tree
Hide file tree
Showing 9 changed files with 613 additions and 498 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .docheader

This file was deleted.

4 changes: 2 additions & 2 deletions .gitattributes
@@ -1,10 +1,10 @@
/.coveralls.yml export-ignore
/.docheader export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/docs/ export-ignore
/mkdocs.yml export-ignore
/phpcs.xml export-ignore
/psalm.xml export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
/renovate.json export-ignore
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,6 +1,4 @@
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
Expand Down
11 changes: 7 additions & 4 deletions composer.json
Expand Up @@ -15,23 +15,26 @@
"sort-packages": true,
"platform": {
"php": "7.4.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"laminas/laminas-config-aggregator": "^1.1",
"laminas/laminas-stdlib": "^3.1",
"laminas/laminas-stdlib": "^3.10.1",
"symfony/dependency-injection": "^5.4 || ^6.0"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.2.1",
"laminas/laminas-coding-standard": "^2.3",
"laminas/laminas-config": "^3.1",
"laminas/laminas-config": "^3.7.0",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.16.0",
"vimeo/psalm": "^4.7"
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.24.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7f23380

Please sign in to comment.