Skip to content

Commit

Permalink
Laravel 10 (#47)
Browse files Browse the repository at this point in the history
* Laravel 10

* Apply fixes from StyleCI

---------

Co-authored-by: Josip Milotić <josip.milotic@asseco-see.hr>
Co-authored-by: StyleCI Bot <bot@styleci.io>
  • Loading branch information
3 people authored Aug 8, 2023
1 parent 1e5c0b3 commit 236bf07
Show file tree
Hide file tree
Showing 9 changed files with 1,539 additions and 1,422 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
extensions: mbstring, intl
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug
Expand Down Expand Up @@ -45,5 +45,5 @@ jobs:
uses: php-actions/phpstan@v3
with:
path: 'src'
php_version: '8.0'
php_version: '8.1'
level: 0
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
],
"license": "MIT",
"require": {
"php": "^8.0",
"laravel/framework": "^9.0"
"php": "^8.1",
"laravel/framework": "^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10.0",
"mockery/mockery": "^1.4.4",
"fakerphp/faker": "^1.9.1",
"orchestra/testbench": "^7.4"
"orchestra/testbench": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 236bf07

Please sign in to comment.