-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support PHP 8.1 and Laravel 9 * Fix typo in Github actions * Prepare for v3 * [Laravel 10] Support PHP 8.1 - 8.3, Bump minimum Laravel to 10. * [Laravel 10] Bump composer deps for min Laravel version 10 * [Laravel 10] Migrate PHPUnit schema. * [Laravel 10] Resolve current test failures * [Laravel 10] Bump actions versions Update minimum Laravel version in README * [Laravel 10] Revert steamID change in tests. * [Laravel 10] Support Laravel 11 * [Laravel 10] Cleanup * [Laravel 10] Update README
- Loading branch information
Showing
48 changed files
with
4,350 additions
and
2,316 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,3 +1,4 @@ | ||
# Steam API key for testing | ||
apiKey= | ||
XDEBUG_MODE=coverage | ||
XDEBUG_MODE=coverage | ||
PHP_VERSION=8.1 |
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,9 +1,10 @@ | ||
/.idea | ||
/vendor | ||
/coverage | ||
composer.phar | ||
.DS_Store | ||
ocular.phar | ||
uploadTests.sh | ||
.env | ||
.phpunit.* | ||
*.clover | ||
*.clover |
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
Oops, something went wrong.