generated from seatplus/package-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from seatplus/develop
Version 0.9
- Loading branch information
Showing
50 changed files
with
1,795 additions
and
457 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 +1 @@ | ||
github: :vendor_name | ||
github: seatplus |
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,11 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask a question | ||
url: https://github.com/vendor_slug/package_slug/discussions/new?category=q-a | ||
url: https://github.com/seatplus/esi-client/discussions/new?category=q-a | ||
about: Ask the community for help | ||
- name: Request a feature | ||
url: https://github.com/vendor_slug/package_slug/discussions/new?category=ideas | ||
url: https://github.com/seatplus/esi-client/discussions/new?category=ideas | ||
about: Share ideas for new features | ||
- name: Report a bug | ||
url: https://github.com/vendor_slug/package_slug/issues/new | ||
url: https://github.com/seatplus/esi-client/issues/new | ||
about: Report a reproducable bug |
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,3 +1,3 @@ | ||
# Security Policy | ||
|
||
If you discover any security related issues, please email [email protected] instead of using the issue tracker. | ||
If you discover any security related issues, please email [email protected] instead of using the issue tracker. |
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 |
---|---|---|
|
@@ -2,9 +2,9 @@ name: Laravel | |
|
||
on: | ||
push: | ||
branches: [ main, dev ] | ||
branches: [ main, develop ] | ||
pull_request: | ||
branches: [ main, dev ] | ||
branches: [ main, develop ] | ||
|
||
jobs: | ||
laravel: | ||
|
@@ -26,10 +26,10 @@ jobs: | |
redis-version: 6 # optional, default is latest, was 5 | ||
- name: Install Dependencies | ||
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist | ||
# - name: Test & publish code coverage | ||
# uses: paambaati/[email protected] | ||
# env: | ||
# CC_TEST_REPORTER_ID: fe3081a529c6c268974ebebb2f0137c3b3f6351cdc8a2712d8eb86ec78f7bf22 | ||
# with: | ||
# coverageCommand: vendor/bin/phpunit --coverage-clover build/logs/clover.xml | ||
# debug: false | ||
- name: Test & publish code coverage | ||
uses: paambaati/[email protected] | ||
env: | ||
CC_TEST_REPORTER_ID: 55a033428e7f980c68f3fe5e8f335098915f318d06843848ad2070fef53e331e | ||
with: | ||
coverageCommand: vendor/bin/pest --coverage --min=85 | ||
debug: false |
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,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) :vendor_name <[email protected]> | ||
Copyright (c) seatplus <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
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,40 +1,52 @@ | ||
{ | ||
"name": "vendor_slug/package_slug", | ||
"description": ":package_description", | ||
"name": "seatplus/esi-client", | ||
"description": "A standalone ESI (Eve Swagger Interface) Client Library using kevinrob/guzzle-cache-middleware", | ||
"keywords": [ | ||
":vendor_name", | ||
"seatplus", | ||
"eve-online", | ||
"eve online", | ||
"laravel", | ||
"package_slug" | ||
"esi", | ||
"library", | ||
"psr6", | ||
"cache-control", | ||
"rfc7234", | ||
"cache" | ||
], | ||
"homepage": "https://github.com/vendor_slug/package_slug", | ||
"homepage": "https://github.com/seatplus/esi-client", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": ":author_name", | ||
"email": "[email protected]", | ||
"name": "Felix Huber", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0", | ||
"seatplus/core": "^0.3", | ||
"illuminate/contracts": "^8.37", | ||
"seatplus/auth": "^0.8" | ||
"ext-json": "*", | ||
"firebase/php-jwt": "^5.4", | ||
"kevinrob/guzzle-cache-middleware": "^3.4", | ||
"nesbot/carbon": "^2.53", | ||
"spatie/data-transfer-object": "^3.7" | ||
}, | ||
"require-dev": { | ||
"fzaninotto/faker": "^1.5", | ||
"illuminate/cache": "^8.60", | ||
"mockery/mockery": "^1.4", | ||
"nunomaduro/collision": "^5.3", | ||
"orchestra/testbench": "^6.15", | ||
"pestphp/pest-plugin-laravel": "^1.1" | ||
"pestphp/pest-plugin-laravel": "^1.1", | ||
"mikey179/vfsstream": "^1" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"VendorName\\Skeleton\\": "src", | ||
"VendorName\\Skeleton\\Database\\Factories\\": "database/factories" | ||
"Seatplus\\EsiClient\\": "src", | ||
"Seatplus\\EsiClient\\Database\\Factories\\": "database/factories" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"VendorName\\Skeleton\\Tests\\": "tests" | ||
"Seatplus\\EsiClient\\Tests\\": "tests" | ||
} | ||
}, | ||
"scripts": { | ||
|
@@ -44,13 +56,6 @@ | |
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"VendorName\\Skeleton\\SkeletonServiceProvider" | ||
] | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.