Skip to content

Commit

Permalink
Update dependencies in composer.json
Browse files Browse the repository at this point in the history
Upgraded "predis/predis" to version "^v2.2.2" and "ramsey/uuid" to "^4.7.6". Adjusted "symfony/css-selector" and "symfony/dom-crawler" to version "^7.1.6". These changes ensure compatibility and maintain up-to-date libraries.
  • Loading branch information
nathanwritescode-uk committed Nov 5, 2024
1 parent ca96d4a commit 4156301
Show file tree
Hide file tree
Showing 2 changed files with 4,373 additions and 2,849 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"laravel/ui": "^v4.5.2",
"league/flysystem-aws-s3-v3": "^3.0",
"mews/purifier": "^3.1",
"predis/predis": "^1.1",
"ramsey/uuid": "4.7.6",
"predis/predis": "^v2.2.2",
"ramsey/uuid": "^4.7.6",
"spatie/dropbox-api": "^1.19",
"yajra/laravel-datatables-oracle": "^v11.1.5"
},
Expand All @@ -40,8 +40,8 @@
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^11.0.1",
"symfony/css-selector": "2.8.*|3.0.*",
"symfony/dom-crawler": "2.8.*|3.0.*"
"symfony/css-selector": "^7.1.6",
"symfony/dom-crawler": "^7.1.6"
},
"autoload": {
"files": [
Expand Down
Loading

0 comments on commit 4156301

Please sign in to comment.