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 759b3a9 commit 83d9696Copy full SHA for 83d9696
composer.json
@@ -6,14 +6,14 @@
6
"authors": [
7
{
8
"name": "Tom Schlick",
9
- "email": "tom@tomschlick.com"
+ "email": "tom@schlick.email"
10
}
11
],
12
"require": {
13
"php": ">=7.0",
14
- "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
15
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
16
- "illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
+ "illuminate/contracts": "^5.1.",
+ "illuminate/support": "^5.1",
+ "illuminate/http": "^5.1"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^5.4",
0 commit comments