Skip to content

Commit

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

* Removed outdated tests

---------

Co-authored-by: Josip Milotić <josip.milotic@asseco-see.hr>
  • Loading branch information
josip-milotic and Josip Milotić authored Aug 8, 2023
1 parent 74ad6c0 commit 5087ef5
Show file tree
Hide file tree
Showing 7 changed files with 1,577 additions and 1,670 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
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"asseco-voice/laravel-common": "^2.3",
"asseco-voice/laravel-common": "^3.0",
"guzzlehttp/guzzle": "^7.0",
"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"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5087ef5

Please sign in to comment.