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 <audun.rundberg@nhn.no>
  • Loading branch information
audunru and audunrunhn authored Jul 18, 2023
1 parent 4d74308 commit fb60275
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,4 +1,4 @@
version: 8.0
version: 8.1
preset: laravel
disabled:
- laravel_phpdoc_alignment
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
}
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0",
"php": "^8.1",
"laravel/framework": "^10.0",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"fakerphp/faker": "^1.12",
"friendsofphp/php-cs-fixer": "^3.0",
"mockery/mockery": "^1.4",
"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 fb60275

Please sign in to comment.