Refactor Blade implementation. Use Container
This commit is contained in:
58
composer.lock
generated
58
composer.lock
generated
@@ -4,8 +4,8 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "255f61d85f71037ef5fc7872e31015f1",
|
||||
"content-hash": "a1a2a4510be5494654cdd98e6308e48e",
|
||||
"hash": "91797de2d3afdfa1a932e8c0dfe808fe",
|
||||
"content-hash": "b772c090cb59fb89a2df691ecd1ffe98",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/installers",
|
||||
@@ -466,6 +466,54 @@
|
||||
"homepage": "https://laravel.com",
|
||||
"time": "2016-10-24 18:18:15"
|
||||
},
|
||||
{
|
||||
"name": "jenssegers/blade",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jenssegers/blade.git",
|
||||
"reference": "59ba2cc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/jenssegers/blade/zipball/59ba2cc",
|
||||
"reference": "59ba2cc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/view": "^5.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^0.9",
|
||||
"phpunit/phpunit": "^4.0|^5.0",
|
||||
"satooshi/php-coveralls": "^1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Jenssegers\\Blade\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jens Segers",
|
||||
"homepage": "https://jenssegers.com"
|
||||
}
|
||||
],
|
||||
"description": "The standalone version of Laravel's Blade templating engine for use outside of Laravel.",
|
||||
"keywords": [
|
||||
"blade",
|
||||
"laravel",
|
||||
"render",
|
||||
"template",
|
||||
"view"
|
||||
],
|
||||
"time": "2016-08-23 11:51:53"
|
||||
},
|
||||
{
|
||||
"name": "paragonie/random_compat",
|
||||
"version": "v2.0.4",
|
||||
@@ -1023,11 +1071,13 @@
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"stability-flags": {
|
||||
"jenssegers/blade": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=5.5.0"
|
||||
"php": ">=5.6.4"
|
||||
},
|
||||
"platform-dev": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user