Skip to content

Commit

Permalink
Composer: membrane dependency updated to package
Browse files Browse the repository at this point in the history
  • Loading branch information
charjr committed Dec 15, 2022
1 parent 2f0c779 commit 41eff07
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,14 @@
"illuminate/http": "^9.0",
"illuminate/support": "^9.0",
"nyholm/psr7": "^1.5",
"membrane/membrane": "dev-api-spec",
"membrane/membrane": "dev-main",
"symfony/psr-http-message-bridge": "^2.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.8",
"squizlabs/php_codesniffer": "^3.7"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/charjr/membrane-core"
}
],
"extra": {
"laravel": {
"providers": [
Expand Down
21 changes: 12 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider
public function boot(): void
{
$this->publishes([
/** @phpstan-ignore-next-line */ // Cannot
/** @phpstan-ignore-next-line */ // Cannot
__DIR__ . '/../config/membrane.php' => config_path('membrane.php'),
]);
}
Expand Down

0 comments on commit 41eff07

Please sign in to comment.