Skip to content

Commit

Permalink
Small rework
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Mar 12, 2024
1 parent 991c736 commit 2df0dc2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
"require": {
"php": ">=7.4",
"ezyang/htmlpurifier": "^4.17",
"illuminate/contracts": "~7.0|~8.0|~9.0|~10.0|~11.0",
"illuminate/support": "~7.0|~8.0|~9.0|~10.0|~11.0"
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "~8.0|~9.0|~10.0",
"orchestra/testbench": "~5.0|~6.0|~7.0|~8.0|~9.0"
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"archive": {
"exclude": [
"/tests"
Expand All @@ -54,4 +52,4 @@
}
}
}
}
}

0 comments on commit 2df0dc2

Please sign in to comment.