Browse Source

reinstalled spatie/laravel-fractal

pull/43/head^2
Damilola Olowookere 7 years ago
parent
commit
a04cf0ef16
  1. 9
      composer.json

9
composer.json

@ -1,7 +1,10 @@
{ {
"name": "laravel/laravel", "name": "laravel/laravel",
"description": "The Laravel Framework.", "description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"keywords": [
"framework",
"laravel"
],
"license": "MIT", "license": "MIT",
"type": "project", "type": "project",
"require": { "require": {
@ -14,7 +17,6 @@
"riskihajar/terbilang": "^1.2", "riskihajar/terbilang": "^1.2",
"spatie/laravel-fractal": "^5.5" "spatie/laravel-fractal": "^5.5"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3.1", "barryvdh/laravel-debugbar": "^3.1",
"doctrine/dbal": "^2.9", "doctrine/dbal": "^2.9",
@ -40,8 +42,7 @@
}, },
"extra": { "extra": {
"laravel": { "laravel": {
"dont-discover": [
]
"dont-discover": []
} }
}, },
"scripts": { "scripts": {

Loading…
Cancel
Save