Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Apr 2, 2024
1 parent 7d60f55 commit cd88266
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"require": {
"php": "^8.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"nunomaduro/termwind": "^1.7",
"nunomaduro/termwind": "^2.0",
"soundasleep/html2text": "^2.0",
"spatie/laravel-package-tools": "^1.11.1",
"symfony/css-selector": "^6.0",
"symfony/dom-crawler": "^6.0",
"symfony/stopwatch": "^6.0"
},
"require-dev": {
"nunomaduro/collision": "^6.1",
"nunomaduro/collision": "^v8.1.1",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.2",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-laravel": "^2.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5.13",
"phpunit/phpunit": "^10.5.16",
"spatie/laravel-ray": "^1.29"
},
"autoload": {
Expand Down

0 comments on commit cd88266

Please sign in to comment.