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.
2 parents bad107b + 7f5ef99 commit 17f5505Copy full SHA for 17f5505
composer.json
@@ -15,12 +15,12 @@
15
],
16
"require": {
17
"php": ">=5.5.9",
18
- "illuminate/database": "5.1.* || 5.2.*",
19
- "illuminate/console": "5.1.* || 5.2.*",
20
- "illuminate/contracts": "5.1.* || 5.2.*",
21
- "illuminate/http": "5.1.* || 5.2.*",
22
- "illuminate/support": "5.1.* || 5.2.*",
23
- "illuminate/config": "5.1.* || 5.2.*",
+ "illuminate/database": "5.1.* || 5.2.* || 5.3.*",
+ "illuminate/console": "5.1.* || 5.2.* || 5.3.*",
+ "illuminate/contracts": "5.1.* || 5.2.* || 5.3.*",
+ "illuminate/http": "5.1.* || 5.2.* || 5.3.*",
+ "illuminate/support": "5.1.* || 5.2.* || 5.3.*",
+ "illuminate/config": "5.1.* || 5.2.* || 5.3.*",
24
"league/oauth2-server": "4.1.*"
25
},
26
"require-dev": {
0 commit comments