Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Devlamynck committed Feb 26, 2024
1 parent 2351d44 commit 0ce2ef7
Show file tree
Hide file tree
Showing 6 changed files with 1,709 additions and 2,212 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@

# Static utilities
.php_cs.cache
.php-cs-fixer.cache
1 change: 0 additions & 1 deletion .php-cs-fixer.cache

This file was deleted.

8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"require": {
"php": ">=7.3",
"nelmio/alice": "^3.7",
"php-di/phpdoc-reader": "^2.2",
"doctrine/annotations": "^1.11"
"php-di/phpdoc-reader": "^2.2"
},
"require-dev": {
"richcongress/bundle-toolbox": "^1.0",
Expand All @@ -39,7 +38,10 @@
},
"config": {
"discard-changes": true,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"post-install-cmd": [
Expand Down
Loading

0 comments on commit 0ce2ef7

Please sign in to comment.