-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68dbac4
commit d378c9a
Showing
6 changed files
with
39 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/.github export-ignore | ||
/.gitignore export-ignore | ||
/.scrutinizer.yml export-ignore | ||
/.travis.yml export-ignore | ||
/.styleci.yml export-ignore | ||
/phpunit.xml.dist export-ignore | ||
/art export-ignore | ||
/tests export-ignore |
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 |
---|---|---|
|
@@ -6,7 +6,3 @@ | |
/coverage | ||
phpunit.xml | ||
.phpunit.cache | ||
|
||
# Testbench | ||
testbench.yaml | ||
/workbench |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6 +1,6 @@ | ||
{ | ||
"name": "hofmannsven/laravel-brevo", | ||
"description": "Wrapper for Brevo's API v3 PHP library.", | ||
"description": "Laravel wrapper for Brevo's API v3 PHP library.", | ||
"keywords": [ | ||
"laravel", | ||
"brevo" | ||
|
@@ -19,8 +19,8 @@ | |
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/hofmannsven/laravel-brevo/issues", | ||
"wiki": "https://github.com/hofmannsven/laravel-brevo/wiki", | ||
"source": "https://github.com/hofmannsven/laravel-brevo" | ||
"source": "https://github.com/hofmannsven/laravel-brevo", | ||
"wiki": "https://github.com/hofmannsven/laravel-brevo/wiki" | ||
}, | ||
"require": { | ||
"php": "^8.1", | ||
|
@@ -39,23 +39,10 @@ | |
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Hofmannsven\\Brevo\\Tests\\": "tests/", | ||
"Workbench\\App\\": "workbench/app/" | ||
"Hofmannsven\\Brevo\\Tests\\": "tests/" | ||
} | ||
}, | ||
"scripts": { | ||
"post-autoload-dump": "@composer run prepare", | ||
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi", | ||
"prepare": "@php vendor/bin/testbench package:discover --ansi", | ||
"build": [ | ||
"@composer run prepare", | ||
"@php vendor/bin/testbench workbench:build --ansi" | ||
], | ||
"start": [ | ||
"Composer\\Config::disableProcessTimeout", | ||
"@composer run build", | ||
"@php vendor/bin/testbench serve" | ||
], | ||
"test": "vendor/bin/testbench package:test --no-coverage", | ||
"test-coverage": "vendor/bin/phpunit --coverage-html coverage" | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.