Archived
1
0
Fork 0

composer.json: minor fixups.

This commit is contained in:
Henrik Hautakoski 2022-03-13 21:25:31 +01:00
parent 38262d3470
commit 707177933d

View file

@ -1,8 +1,7 @@
{ {
"name": "laravel/laravel", "name": "pnx/heritage-bingo",
"type": "project", "type": "project",
"description": "The Laravel Framework.", "description": "Bingo game for the heritage wow guild",
"keywords": ["framework", "laravel"],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^7.3|^8.0", "php": "^7.3|^8.0",
@ -25,12 +24,6 @@
"nunomaduro/collision": "^5.0", "nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.3.3" "phpunit/phpunit": "^9.3.3"
}, },
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pnx/laravel-ignite"
}
],
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"App\\": "app/", "App\\": "app/",