Skip to content

Commit

Permalink
Upgraded to latest dependencies (CS) as per #62, locked dependencies …
Browse files Browse the repository at this point in the history
…via `composer.lock`

By commiting `composer.lock`, we can ensure reproducible builds for tools that change
often and otherwise break everything at the slightles improvement or regression (PHPCS, Psalm).

Our tests still verify upgrades via runtime tests, so we're still OK with running `composer update`,
just not when static analysis and code style checks run, because those are way too fragile.

Signed-Off-By: Marco Pivetta <[email protected]>
  • Loading branch information
Ocramius committed Dec 9, 2020
1 parent 131153f commit 9a08941
Show file tree
Hide file tree
Showing 3 changed files with 4,410 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/.phpunit.result.cache
/clover.xml
/composer.lock
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"require-dev": {
"ext-phar": "*",
"doctrine/annotations": "^1.10.4",
"laminas/laminas-coding-standard": "^1.0.0",
"laminas/laminas-coding-standard": "^2.1.4",
"laminas/laminas-stdlib": "^3.3.0",
"phpunit/phpunit": "^9.4.2",
"psalm/plugin-phpunit": "^0.13.0",
"vimeo/psalm": "^4.2"
"psalm/plugin-phpunit": "^0.14.0",
"vimeo/psalm": "^4.3.1"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
Expand Down
Loading

0 comments on commit 9a08941

Please sign in to comment.