Skip to content

Commit 3d14410

Browse files
josip-miloticJosip MilotićStyleCIBot
authored
Laravel 10 (#90)
* 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]>
1 parent 235e799 commit 3d14410

File tree

7 files changed

+1744
-1579
lines changed

7 files changed

+1744
-1579
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.0'
18+
php-version: '8.1'
1919
extensions: mbstring, intl
2020
ini-values: post_max_size=256M, max_execution_time=180
2121
coverage: xdebug
@@ -45,6 +45,6 @@ jobs:
4545
uses: php-actions/phpstan@v3
4646
with:
4747
path: 'src'
48-
php_version: '8.0'
48+
php_version: '8.1'
4949
level: 0
5050
memory_limit: 256M

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"description": "Laravel support for custom fields",
44
"license": "MIT",
55
"require": {
6-
"php": "^8.0",
7-
"laravel/framework": "^9.0",
8-
"asseco-voice/laravel-common": "^2.0"
6+
"php": "^8.1",
7+
"laravel/framework": "^10.0",
8+
"asseco-voice/laravel-common": "^3.0"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "^9.5",
11+
"phpunit/phpunit": "^10.0",
1212
"mockery/mockery": "^1.4.4",
1313
"fakerphp/faker": "^1.9.1",
14-
"orchestra/testbench": "^7.4",
15-
"doctrine/dbal": "^2.10"
14+
"orchestra/testbench": "^8.5",
15+
"doctrine/dbal": "^3.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)