Skip to content

Commit

Permalink
Laravel 10 (#8)
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 8044707 commit b2aa1c8
Show file tree
Hide file tree
Showing 4 changed files with 1,584 additions and 1,476 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 @@ -14,17 +14,17 @@
"sort-packages": true
},
"require": {
"php": "^8.0",
"asseco-voice/laravel-common": "^2.0",
"asseco-voice/laravel-stomp": "^2.0",
"php": "^8.1",
"asseco-voice/laravel-common": "^3.0",
"asseco-voice/laravel-stomp": "^3.0",
"graylog2/gelf-php": "^1.6",
"laravel/framework": "^9.0"
"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"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit b2aa1c8

Please sign in to comment.