-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add some unique favicons for dev/prod and gateway - some cleanup
- Loading branch information
1 parent
6754cb1
commit 04eadb2
Showing
30 changed files
with
1,828 additions
and
713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,73 @@ | ||
{ | ||
"name": "escherlabs/graphene", | ||
"type": "project", | ||
"description": "Graphene Framework", | ||
"keywords": ["framework", "graphene"], | ||
"license": "MIT", | ||
"require": { | ||
"php": "^7.3|^8.0", | ||
"doctrine/dbal": "^3.3", | ||
"fideloper/proxy": "^4.4", | ||
"fruitcake/laravel-cors": "^2.0", | ||
"gumlet/php-image-resize": "^2.0", | ||
"guzzlehttp/guzzle": "^7.0.1", | ||
"laravel/framework": "^8.40", | ||
"laravel/helpers": "^1.4", | ||
"laravel/tinker": "^2.5", | ||
"laravel/ui": "^3.3", | ||
"matthiasmullie/minify": "^1.3", | ||
"mustache/mustache": "^2.13", | ||
"stechstudio/laravel-zipstream": "^4.2", | ||
"subfission/cas": "^4.1" | ||
}, | ||
"require-dev": { | ||
"facade/ignition": "^2.5", | ||
"fakerphp/faker": "^1.9.1", | ||
"laravel/sail": "^1.0.1", | ||
"mockery/mockery": "^1.4.2", | ||
"nunomaduro/collision": "^5.0", | ||
"phpunit/phpunit": "^9.3.3" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"App\\": "app/", | ||
"Database\\Factories\\": "database/factories/", | ||
"Database\\Seeders\\": "database/seeders/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "tests/" | ||
} | ||
}, | ||
"scripts": { | ||
"post-autoload-dump": [ | ||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", | ||
"@php artisan package:discover --ansi" | ||
], | ||
"post-root-package-install": [ | ||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
], | ||
"post-create-project-cmd": [ | ||
"@php artisan key:generate --ansi" | ||
] | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"dont-discover": [] | ||
} | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"preferred-install": "dist", | ||
"sort-packages": true, | ||
"platform": {"php": "8.0.0"} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
"name": "escherlabs/graphene", | ||
"type": "project", | ||
"description": "Graphene Framework", | ||
"keywords": [ | ||
"framework", | ||
"graphene" | ||
], | ||
"license": "MIT", | ||
"require": { | ||
"php": "^7.3|^8.0", | ||
"doctrine/dbal": "^3.3", | ||
"fideloper/proxy": "^4.4", | ||
"fruitcake/laravel-cors": "^2.0", | ||
"gumlet/php-image-resize": "^2.0", | ||
"guzzlehttp/guzzle": "^7.0.1", | ||
"laravel/framework": "^8.40", | ||
"laravel/helpers": "^1.4", | ||
"laravel/tinker": "^2.5", | ||
"laravel/ui": "^3.3", | ||
"matthiasmullie/minify": "^1.3", | ||
"mustache/mustache": "^2.13", | ||
"stechstudio/laravel-zipstream": "^4.2", | ||
"subfission/cas": "^4.1" | ||
}, | ||
"require-dev": { | ||
"facade/ignition": "^2.5", | ||
"fakerphp/faker": "^1.9.1", | ||
"laravel/sail": "^1.0.1", | ||
"mockery/mockery": "^1.4.2", | ||
"nunomaduro/collision": "^5.0", | ||
"phpunit/phpunit": "^9.3.3" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"App\\": "app/", | ||
"Database\\Factories\\": "database/factories/", | ||
"Database\\Seeders\\": "database/seeders/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "tests/" | ||
} | ||
}, | ||
"scripts": { | ||
"post-autoload-dump": [ | ||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", | ||
"@php artisan package:discover --ansi" | ||
], | ||
"post-root-package-install": [ | ||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
], | ||
"post-create-project-cmd": [ | ||
"@php artisan key:generate --ansi" | ||
] | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"dont-discover": [] | ||
} | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"preferred-install": "dist", | ||
"sort-packages": true, | ||
"platform": { | ||
"php": "8.0.20" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.