Skip to content

Commit

Permalink
Update dependencies and commit composer.lock
Browse files Browse the repository at this point in the history
With composer.lock in the project CI will build against a known set of
dependencies which will make it easier for testing as we'll know if a
failed test is related to our changes. At the moment, the failure could
be because of a dependency's changes.
  • Loading branch information
akrabat committed May 29, 2023
1 parent deaf22f commit a39698f
Show file tree
Hide file tree
Showing 3 changed files with 2,280 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.idea/
.vendor/
composer.lock
vendor/
/.tmp
*.cache
.idea/
.vendor/
vendor/
/.tmp
*.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"adriansuter/php-autoload-override": "^1.4",
"laminas/laminas-diactoros": "^2.17",
"nyholm/psr7": "^1.5",
"php-http/psr7-integration-tests": "dev-master",
"php-http/psr7-integration-tests": "1.1.1",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.7"
Expand Down
Loading

0 comments on commit a39698f

Please sign in to comment.