Skip to content

Commit 236bf07

Browse files
josip-miloticJosip MilotićStyleCIBot
authored
Laravel 10 (#47)
* Laravel 10 * Apply fixes from StyleCI --------- Co-authored-by: Josip Milotić <josip.milotic@asseco-see.hr> Co-authored-by: StyleCI Bot <bot@styleci.io>
1 parent 1e5c0b3 commit 236bf07

File tree

9 files changed

+1539
-1422
lines changed

9 files changed

+1539
-1422
lines changed

.github/workflows/pull_request.yml

+2-2
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,5 +45,5 @@ 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

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
],
88
"license": "MIT",
99
"require": {
10-
"php": "^8.0",
11-
"laravel/framework": "^9.0"
10+
"php": "^8.1",
11+
"laravel/framework": "^10.0"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "^9.5",
14+
"phpunit/phpunit": "^10.0",
1515
"mockery/mockery": "^1.4.4",
1616
"fakerphp/faker": "^1.9.1",
17-
"orchestra/testbench": "^7.4"
17+
"orchestra/testbench": "^8.5"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)