Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Devlamynck committed Mar 11, 2024
1 parent 2351d44 commit 812c8c2
Show file tree
Hide file tree
Showing 6 changed files with 1,861 additions and 2,014 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.

12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
"issues": "https://github.com/richcongress/fixture-test/issues"
},
"require": {
"php": ">=7.3",
"php": "^8.1",
"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",
"richcongress/bundle-toolbox": "v2.x-dev",
"richcongress/static-analysis": "^0.1",
"richcongress/test-tools": "dev-master",
"roave/security-advisories": "dev-latest"
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 812c8c2

Please sign in to comment.