We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c7a8e commit bdce257Copy full SHA for bdce257
composer.json
@@ -13,7 +13,12 @@
13
{
14
"name": "Tyler Arbon",
15
"email": "tylercd100@gmail.com"
16
- }
+ },
17
+ {
18
+ "name": "Scott Robinson",
19
+ "email": "scott@dor.ky",
20
+ "homepage": "http://dor.ky"
21
+ }
22
],
23
"autoload": {
24
"psr-4": {
@@ -27,8 +32,8 @@
27
32
},
28
33
"minimum-stability": "stable",
29
34
"require": {
30
- "illuminate/contracts": "^5.5|^6.0|^7.0",
31
- "illuminate/support": "^5.5|^6.0|^7.0"
35
+ "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
36
+ "illuminate/support": "^5.5|^6.0|^7.0|^8.0"
37
38
"require-dev": {
39
"phpunit/phpunit": "^7.0|^8.0|^9.0",
0 commit comments