Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet authored Nov 10, 2024
1 parent ba5c32c commit 2bd2c2b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
}
],
"require": {
"php": "^8.1|^8.2",
"illuminate/support": "^9.0|^10.0",
"laravel/dusk": "^6.15|^7.0",
"nesbot/carbon": "^2.66"
"php": "^8.1|^8.2|^8.3",
"illuminate/support": "^9.0|^10.0|^11.0",
"laravel/dusk": "^6.15|^7.0|^8.0",
"nesbot/carbon": "^2.66|^3.0"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.5"
"orchestra/testbench": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.5|^10.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -58,4 +58,4 @@
]
}
}
}
}

0 comments on commit 2bd2c2b

Please sign in to comment.