Skip to content

Commit c3f5ede

Browse files
author
Lucas Pons
authored
Merge pull request #3 from Soapbox/change/update-to-laravel-8
Update to Laravel 8
2 parents 2217da4 + 565bec4 commit c3f5ede

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.2
54
- 7.3
65
- 7.4
76

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2.5",
14-
"illuminate/support": "^7.0",
15-
"illuminate/database": "^7.0",
16-
"illuminate/validation": "^7.0"
13+
"php": "^7.3 || ^8.0",
14+
"illuminate/support": "^8.0",
15+
"illuminate/database": "^8.40",
16+
"illuminate/validation": "^8.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^8.0",
20-
"mockery/mockery": "^1.2.1",
19+
"phpunit/phpunit": "^8.0 || ^9.0",
20+
"mockery/mockery": "^1.4.1",
2121
"squizlabs/php_codesniffer": "^3.1",
2222
"php-coveralls/php-coveralls": "^2.4"
2323
},

0 commit comments

Comments
 (0)