|
@@ -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": "77b9a530872a1677943046530ccec32f",
|
|
|
+ "content-hash": "a913bf1b1a50e64ac6a4c9ddcfea1af9",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "asm89/stack-cors",
|
|
@@ -8426,6 +8426,73 @@
|
|
|
}
|
|
|
],
|
|
|
"time": "2021-07-28T10:34:58+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "tiagomichaelsousa/laravelresources",
|
|
|
+ "version": "v2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/tiagomichaelsousa/LaravelResources.git",
|
|
|
+ "reference": "965c4b76c88cc0bbec9652d59126d3fc35f93cf0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/tiagomichaelsousa/LaravelResources/zipball/965c4b76c88cc0bbec9652d59126d3fc35f93cf0",
|
|
|
+ "reference": "965c4b76c88cc0bbec9652d59126d3fc35f93cf0",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/support": "^7.0|^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.3.1",
|
|
|
+ "orchestra/testbench": "^5.0|^6.0",
|
|
|
+ "phpunit/phpunit": "^8.5|^9.0",
|
|
|
+ "sempro/phpunit-pretty-print": "^1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "tiagomichaelsousa\\LaravelResources\\LaravelResourcesServiceProvider"
|
|
|
+ ],
|
|
|
+ "aliases": {
|
|
|
+ "LaravelResources": "tiagomichaelsousa\\LaravelResources\\Facades\\LaravelResources"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/Helpers/helpers.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "tiagomichaelsousa\\LaravelResources\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "tiagomichaelsousa",
|
|
|
+ "email": "tiagomichaelsousa@gmail.com",
|
|
|
+ "homepage": "https://github.com/tiagomichaelsousa",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Laravel Resources is a speed-up development package that allows you to create a boilerplate for Laravel apps with a default API structure.",
|
|
|
+ "homepage": "https://github.com/tiagomichaelsousa/laravelresources",
|
|
|
+ "keywords": [
|
|
|
+ "LaravelResources",
|
|
|
+ "laravel",
|
|
|
+ "laravel-resources"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/tiagomichaelsousa/LaravelResources/issues",
|
|
|
+ "source": "https://github.com/tiagomichaelsousa/LaravelResources/tree/v2.0"
|
|
|
+ },
|
|
|
+ "time": "2020-09-29T21:58:15+00:00"
|
|
|
}
|
|
|
],
|
|
|
"aliases": [],
|
|
@@ -8437,5 +8504,5 @@
|
|
|
"php": "^8.0"
|
|
|
},
|
|
|
"platform-dev": [],
|
|
|
- "plugin-api-version": "2.2.0"
|
|
|
+ "plugin-api-version": "2.1.0"
|
|
|
}
|