Skip to content

Commit

Permalink
feat: laravel 10 support (#6)
Browse files Browse the repository at this point in the history
BREAKING CHANGE

Co-authored-by: Audun Rundberg <[email protected]>
  • Loading branch information
audunru and audunrunhn authored Jul 18, 2023
1 parent b58732c commit b8ea4dd
Show file tree
Hide file tree
Showing 4 changed files with 567 additions and 489 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: "8.0"
php-version: "8.1"
# Taken from https://github.com/kirschbaum-development/laravel-test-runner-container/blob/master/8.1/Dockerfile
extensions: mbstring, mysql, xml, xsl, zip, curl, bcmath, intl, bz2

Expand Down
2 changes: 1 addition & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version: 8.0
version: 8.1
preset: laravel
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
}
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0",
"php": "^8.1",
"laravel/framework": "^10.0",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^8.0",
"php-coveralls/php-coveralls": "^2.2",
"phpmd/phpmd": "^2.10",
"phpunit/phpunit": "^8.5|^9.0",
"phpunit/phpunit": "^9.0",
"roave/security-advisories": "dev-latest"
},
"config": {
Expand Down
Loading

0 comments on commit b8ea4dd

Please sign in to comment.