-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
158 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Laravel Framework 5.6.26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ | |
| | ||
*/ | ||
|
||
use Illuminate\Support\Facades\Route; | ||
|
||
Route::get('/', function () { | ||
return view('welcome'); | ||
}); |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,6 +199,131 @@ public function provideInstalledPackagesFiles() | |
"platform": {} | ||
} | ||
] | ||
JSON | ||
]; | ||
|
||
yield [ | ||
<<<'JSON' | ||
[ | ||
{ | ||
"name": "fideloper\/proxy", | ||
"version": "4.0.0", | ||
"version_normalized": "4.0.0.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https:\/\/github.com\/fideloper\/TrustedProxy.git", | ||
"reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https:\/\/api.github.com\/repos\/fideloper\/TrustedProxy\/zipball\/cf8a0ca4b85659b9557e206c90110a6a4dba980a", | ||
"reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"illuminate\/contracts": "~5.0", | ||
"php": ">=5.4.0" | ||
}, | ||
"require-dev": { | ||
"illuminate\/http": "~5.6", | ||
"mockery\/mockery": "~1.0", | ||
"phpunit\/phpunit": "^6.0" | ||
}, | ||
"time": "2018-02-07T20:20:57+00:00", | ||
"type": "library", | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Fideloper\\Proxy\\TrustedProxyServiceProvider" | ||
] | ||
} | ||
}, | ||
"installation-source": "dist", | ||
"autoload": { | ||
"psr-4": { | ||
"Fideloper\\Proxy\\": "src\/" | ||
} | ||
}, | ||
"notification-url": "https:\/\/packagist.org\/downloads\/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Chris Fidao", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"description": "Set trusted proxies for Laravel", | ||
"keywords": [ | ||
"load balancing", | ||
"proxy", | ||
"trusted proxy" | ||
] | ||
} | ||
] | ||
|
||
JSON | ||
, | ||
<<<'JSON' | ||
[ | ||
{ | ||
"name": "fideloper\/proxy", | ||
"version": "4.0.0", | ||
"version_normalized": "4.0.0.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https:\/\/github.com\/fideloper\/TrustedProxy.git", | ||
"reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https:\/\/api.github.com\/repos\/fideloper\/TrustedProxy\/zipball\/cf8a0ca4b85659b9557e206c90110a6a4dba980a", | ||
"reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"illuminate\/contracts": "~5.0", | ||
"php": ">=5.4.0" | ||
}, | ||
"require-dev": { | ||
"illuminate\/http": "~5.6", | ||
"mockery\/mockery": "~1.0", | ||
"phpunit\/phpunit": "^6.0" | ||
}, | ||
"time": "2018-02-07T20:20:57+00:00", | ||
"type": "library", | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Foo\\Fideloper\\Proxy\\TrustedProxyServiceProvider" | ||
] | ||
} | ||
}, | ||
"installation-source": "dist", | ||
"autoload": { | ||
"psr-4": { | ||
"Foo\\Fideloper\\Proxy\\": "src\/" | ||
} | ||
}, | ||
"notification-url": "https:\/\/packagist.org\/downloads\/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Chris Fidao", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"description": "Set trusted proxies for Laravel", | ||
"keywords": [ | ||
"load balancing", | ||
"proxy", | ||
"trusted proxy" | ||
] | ||
} | ||
] | ||
JSON | ||
]; | ||
} | ||
|