Skip to content

Commit

Permalink
reverted to laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenMarkToms committed Jul 15, 2022
1 parent 54e3da5 commit 6a8a506
Show file tree
Hide file tree
Showing 5 changed files with 1,562 additions and 1,049 deletions.
2 changes: 1 addition & 1 deletion app/Observers/BlockTypeObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function ReplaceFile(String $repoUrl, array $data, String $oldFileName, S

public function pivotSynced(BlockType $blockType)
{
dd(($blockType->getOriginal()));
// dd($blockType);
}

/**
Expand Down
1 change: 1 addition & 0 deletions app/Observers/RepositoryObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function CreateFile(array $data, String $url, String $token)
)->put($url);
return $response;
}

/**
* Handle the Repository "created" event.
*
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"php": "^7.3|^8.0",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0",
"genealabs/laravel-pivot-events": "*",
"genealabs/laravel-pivot-events": "^9.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^9.0",
"laravel/framework": "^8.12",
"laravel/sanctum": "^2.11",
"laravel/tinker": "^2.5",
"laravel/ui": "^3.2",
Expand All @@ -19,11 +19,11 @@
"nuwave/lighthouse": "^5.15"
},
"require-dev": {
"spatie/laravel-ignition": "^1.0",
"facade/ignition": "^2.5",
"fakerphp/faker": "^1.9.1",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^6.1",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.3.3"
},
"autoload": {
Expand Down
Loading

0 comments on commit 6a8a506

Please sign in to comment.