Skip to content

Commit d374cb3

Browse files
suh1986Munir Khakhi
andauthored
upgrade laravel 7 version (#41)
Co-authored-by: Munir Khakhi <munir@pandio.com>
1 parent 937927e commit d374cb3

3 files changed

Lines changed: 3165 additions & 1129 deletions

File tree

.circleci/config.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,8 @@ workflows:
1919
version: 2
2020
build:
2121
jobs:
22-
- php72-laravel58
23-
- php72-laravel58-prefer-lowest
24-
- php72-laravel60
25-
- php72-laravel60-prefer-lowest
26-
- php73-laravel58
27-
- php73-laravel58-prefer-lowest
28-
- php73-laravel60
29-
- php73-laravel60-prefer-lowest
22+
- php73-laravel80
23+
- php74-laravel80
3024

3125
jobs:
3226
php72-laravel58-prefer-lowest:
@@ -81,3 +75,15 @@ jobs:
8175
steps:
8276
- install_and_test:
8377
laravel: 6.0.*
78+
php73-laravel80:
79+
docker:
80+
- image: circleci/php:7.3
81+
steps:
82+
- install_and_test:
83+
laravel: 8.0.*
84+
php74-laravel80:
85+
docker:
86+
- image: circleci/php:7.4
87+
steps:
88+
- install_and_test:
89+
laravel: 8.0.*

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"laravel api"
1111
],
1212
"require": {
13-
"guzzlehttp/guzzle": "^6.3",
14-
"php": ">=7.0.0",
15-
"spatie/array-to-xml": "^2.8",
16-
"adbario/php-dot-notation": "^2.2.0"
13+
"guzzlehttp/guzzle": "^7.0",
14+
"php": ">=7.2.5",
15+
"spatie/array-to-xml": "~2.14.0",
16+
"adbario/php-dot-notation": "^2.x.dev"
1717
},
1818
"minimum-stability": "stable",
1919
"prefer-stable": true,
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"require-dev": {
41-
"phpunit/phpunit": "^7.0|^8.0",
42-
"orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0"
41+
"phpunit/phpunit": "^7.0|^8.0|^8.5",
42+
"orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0|~5.0.0"
4343
}
4444
}

0 commit comments

Comments
 (0)