Skip to content

Commit

Permalink
Update composer.json to L10
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceM authored Apr 3, 2023
1 parent bcfb450 commit e51ad25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "reecem/mocker",
"description": "Mock class constructor args based on the reflection class",
"require": {
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0",
"illuminate/filesystem": "^5.6|^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.0|^9.5.10",
Expand Down

0 comments on commit e51ad25

Please sign in to comment.