Skip to content

Commit

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

* Apply fixes from StyleCI

* Fixed mising dbal package

* Dbal version

---------

Co-authored-by: Josip Milotić <[email protected]>
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
3 people authored Aug 8, 2023
1 parent 235e799 commit 3d14410
Show file tree
Hide file tree
Showing 7 changed files with 1,744 additions and 1,579 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,6 +45,6 @@ jobs:
uses: php-actions/phpstan@v3
with:
path: 'src'
php_version: '8.0'
php_version: '8.1'
level: 0
memory_limit: 256M
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"description": "Laravel support for custom fields",
"license": "MIT",
"require": {
"php": "^8.0",
"laravel/framework": "^9.0",
"asseco-voice/laravel-common": "^2.0"
"php": "^8.1",
"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",
"doctrine/dbal": "^2.10"
"orchestra/testbench": "^8.5",
"doctrine/dbal": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 3d14410

Please sign in to comment.