Skip to content

Commit

Permalink
EA-5554: Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipi committed Nov 30, 2023
1 parent d57df98 commit c6f05bb
Show file tree
Hide file tree
Showing 6 changed files with 633 additions and 856 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ vendor/
build/
.php_cs.cache
.php-cs-fixer.cache
.phpunit.result.cache
.phpunit.result.cache
/.phpunit.cache/test-results
12 changes: 4 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@
"jtl/php-generic-collection": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.15",
"infection/infection": "^0.26.2",
"friendsofphp/php-cs-fixer": "^3.40",
"infection/infection": "^0.27.8",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^5.8"
},
"suggest": {
"guzzlehttp/guzzle": "Required to interact with GoProm",
"jtl/php-generic-collection": "Required for TagList"
"phpunit/phpunit": "^10.4",
"vimeo/psalm": "^5.16"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c6f05bb

Please sign in to comment.