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 fcf923d commit 16aa13dCopy full SHA for 16aa13d
README.md
@@ -125,7 +125,7 @@ $ composer test
125
126
## Security
127
128
-If you discover any security related issues, please email info@webklex.com instead of using the issue tracker.
+If you discover any security related issues, please email github@webklex.com instead of using the issue tracker.
129
130
## Credits
131
composer.json
@@ -14,13 +14,13 @@
14
"authors": [
15
{
16
"name": "Malte Goldenbaum",
17
- "email": "info@webklex.com",
+ "email": "github@webklex.com",
18
"role": "Developer"
19
}
20
],
21
"require": {
22
"php": ">=5.5.9",
23
- "laravel/framework": "~5.2.0",
+ "laravel/framework": ">=5.0.0",
24
"nesbot/carbon": "^1.22"
25
},
26
"autoload": {
0 commit comments