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 3541ac9 commit d95c0dc
Show file tree
Hide file tree
Showing 10 changed files with 2,423 additions and 3,646 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@

# Static utilities
.php_cs.cache
.php-cs-fixer.cache
cghooks.lock

18 changes: 11 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"description": "A magic bundle",
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "RichId",
Expand All @@ -16,17 +18,16 @@
"issues": "https://github.com/rich-id/terms-module-chromium/issues"
},
"require": {
"php": ">=7.3|^8.0",
"php": "^8.1",
"chrome-php/chrome": "^1.7",
"rich-id/terms-module-bundle": "^2.0",
"richcongress/bundle-toolbox": "^1.1",
"sensio/framework-extra-bundle": "^5.0|^6.0"
"rich-id/terms-module-bundle": "v3.x-dev",
"richcongress/bundle-toolbox": "v2.x-dev"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.0",
"phpunit/phpunit": "^9.5",
"richcongress/static-analysis": "^0.1",
"richcongress/test-suite": "^0.1",
"richcongress/static-analysis": "v0.2.x-dev",
"richcongress/test-suite": "v0.2.x-dev",
"roave/security-advisories": "dev-latest",
"symfony/monolog-bundle": "^3.7"
},
Expand All @@ -43,7 +44,10 @@
"config": {
"bin-dir": "bin",
"discard-changes": true,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"post-install-cmd": [
Expand Down

0 comments on commit d95c0dc

Please sign in to comment.