Skip to content
Snippets Groups Projects
Commit c7659078 authored by Gael Yvert's avatar Gael Yvert
Browse files

fresh install on Ubuntu 20.04, followed by update (issues #88 and #89)

parent 80d4bf11
No related branches found
No related tags found
No related merge requests found
Showing
with 1638 additions and 655 deletions
LICENSE 100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
...@@ -8,22 +8,20 @@ ...@@ -8,22 +8,20 @@
], ],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^7.3", "php": "^7.2",
"fideloper/proxy": "^4.2", "fideloper/proxy": "^4.0",
"fruitcake/laravel-cors": "^2.0", "laravel/framework": "^6.2",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.0",
"laravel/tinker": "^2.0", "laravel/tinker": "^2.0",
"laravelcollective/html": "^6.2", "laravelcollective/html": "^6.0",
"orangehill/iseed": "^2.6", "orangehill/iseed": "^2.6",
"tcg/voyager": "^1.4" "tcg/voyager": "^1.3"
}, },
"require-dev": { "require-dev": {
"facade/ignition": "^2.3.6", "facade/ignition": "^1.4",
"fzaninotto/faker": "^1.9.1", "fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.3.1", "mockery/mockery": "^1.0",
"nunomaduro/collision": "^5.0", "nunomaduro/collision": "^3.0",
"phpunit/phpunit": "^9.3" "phpunit/phpunit": "^8.0"
}, },
"config": { "config": {
"optimize-autoloader": true, "optimize-autoloader": true,
...@@ -37,10 +35,12 @@ ...@@ -37,10 +35,12 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"App\\": "app/", "App\\": "app/"
"Database\\Factories\\": "database/factories/", },
"Database\\Seeders\\": "database/seeders/" "classmap": [
} "database/seeds",
"database/factories"
]
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
...@@ -60,5 +60,12 @@ ...@@ -60,5 +60,12 @@
"post-create-project-cmd": [ "post-create-project-cmd": [
"@php artisan key:generate --ansi" "@php artisan key:generate --ansi"
] ]
},
"repositories": {
"hooks": {
"type": "composer",
"url": "https://larapack.io"
}
} }
} }
This diff is collapsed.
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment