Skip to content

Commit

Permalink
update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Sep 20, 2024
1 parent 9aba01a commit 81b7b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
/build export-ignore
/test_files export-ignore
/CHANGELOG.md export-ignore
/config.subsplit-publish.json export-ignore
/Makefile export-ignore
/phpbench.json export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/README.md export-ignore
/src/Doctrine export-ignore
/**/*Test.php export-ignore
/**/*TestCase.php export-ignore
/**/*Bench.php export-ignore
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@
"require-dev": {
"ext-dom": "*",
"ext-xdebug": "*",
"doctrine/collections": "^2.2.2",
"friendsofphp/php-cs-fixer": "^3.64.0",
"phpbench/phpbench": "^1.3.1",
"phpstan/phpstan": "^1.12.3",
"phpstan/phpstan": "^1.12.4",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpunit/phpunit": "^10.5.16 || ^11.3.5",
"phpunit/phpunit": "^10.5.16 || ^11.3.6",
"symfony/var-dumper": "^6.4.6 || ^7.1.4"
},
"autoload": {
Expand Down

0 comments on commit 81b7b58

Please sign in to comment.