| xqd
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "6f09d3514cf131189db240b04e0ab14b",
|
|
|
+ "content-hash": "418bc0dda52cb02116262b36b99e5be4",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "dnoegel/php-xdg-base-dir",
|
| xqd
@@ -2723,6 +2723,67 @@
|
|
|
],
|
|
|
"time": "2020-02-21T04:36:14+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "sven/artisan-view",
|
|
|
+ "version": "v3.3.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/svenluijten/artisan-view.git",
|
|
|
+ "reference": "2c2cdbebf033ef068ae9bb719ba66e103c81e53c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/svenluijten/artisan-view/zipball/2c2cdbebf033ef068ae9bb719ba66e103c81e53c",
|
|
|
+ "reference": "2c2cdbebf033ef068ae9bb719ba66e103c81e53c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "laravel/framework": "^5.4 || ^6.0 || ^7.0 || ^8.0",
|
|
|
+ "php": "^7.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "graham-campbell/testbench": "^4.0 || ^5.0",
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
+ "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Sven\\ArtisanView\\ServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Sven\\ArtisanView\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sven Luijten",
|
|
|
+ "email": "svenluijten1995@gmail.com",
|
|
|
+ "homepage": "https://svenluijten.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Manage your views in Laravel projects through artisan",
|
|
|
+ "keywords": [
|
|
|
+ "artisan",
|
|
|
+ "blade",
|
|
|
+ "laravel",
|
|
|
+ "templates",
|
|
|
+ "views"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/svenluijten/artisan-view/issues",
|
|
|
+ "source": "https://github.com/svenluijten/artisan-view/tree/3.0"
|
|
|
+ },
|
|
|
+ "time": "2020-09-07T07:19:03+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "swiftmailer/swiftmailer",
|
|
|
"version": "v6.2.3",
|
| xqd
@@ -6986,5 +7047,6 @@
|
|
|
"platform": {
|
|
|
"php": "^7.2"
|
|
|
},
|
|
|
- "platform-dev": []
|
|
|
+ "platform-dev": [],
|
|
|
+ "plugin-api-version": "2.0.0"
|
|
|
}
|