Skip to content

Commit

Permalink
Require no specific versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden Keith committed Oct 9, 2024
1 parent e09ea8f commit 90bdd6d
Show file tree
Hide file tree
Showing 2 changed files with 649 additions and 6,453 deletions.
14 changes: 5 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
}
],
"require": {
"php": "^7.3|^8.0|^8.1|^8.2",
"php": "*",
"ext-json": "*",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/testing": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0"
"illuminate/support": "*",
"illuminate/filesystem": "*",
"illuminate/testing": "*",
"illuminate/contracts": "*"
},
"autoload": {
"psr-4": {
Expand All @@ -43,9 +43,5 @@
"RomegaSoftware\\NovaTestSuite\\NovaTestSuiteServiceProvider"
]
}
},
"require-dev": {
"orchestra/testbench": "^v6.0",
"dms/phpunit-arraysubset-asserts": "^0.2.1"
}
}
Loading

0 comments on commit 90bdd6d

Please sign in to comment.