Skip to content

Commit

Permalink
Laravel 10 (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: Josip Milotić <josip.milotic@asseco-see.hr>
  • Loading branch information
josip-milotic and Josip Milotić authored Aug 8, 2023
1 parent aec5749 commit 7a10c36
Show file tree
Hide file tree
Showing 4 changed files with 1,597 additions and 1,488 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
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
],
"license": "MIT",
"require": {
"php": "^8.0",
"asseco-voice/laravel-json-query-builder": "^1.0",
"laravel/framework": "^9.0",
"asseco-voice/laravel-common": "^2.0"
"php": "^8.1",
"asseco-voice/laravel-json-query-builder": "^2.0",
"laravel/framework": "^10.0",
"asseco-voice/laravel-common": "^3.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"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit 7a10c36

Please sign in to comment.