Skip to content

Commit

Permalink
Updated composer. Named package.
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-fehr committed Apr 13, 2022
1 parent 20293a8 commit c8d57ff
Show file tree
Hide file tree
Showing 2 changed files with 783 additions and 748 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "laravel/laravel",
"name": "lisa-fehr/gallery",
"type": "project",
"description": "The Laravel Framework.",
"description": "Gallery package for existing site",
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
Expand All @@ -10,19 +10,19 @@
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"intervention/image": "^2.6",
"laravel/framework": "^8.54",
"laravel/framework": "^9.0",
"laravel/sanctum": "^2.11",
"laravel/tinker": "^2.5",
"spatie/laravel-query-builder": "^4.0"
"spatie/laravel-query-builder": "^5.0"
},
"require-dev": {
"facade/ignition": "^2.5",
"spatie/laravel-ignition": "^1.0",
"fakerphp/faker": "^1.9.1",
"friendsofphp/php-cs-fixer": "^3.2",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.3.3"
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit c8d57ff

Please sign in to comment.