Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 23e43b8

Browse files
authored
Merge pull request #48 from cpickhardt15/master
Updated to latest laravel version
2 parents 513b48c + bd48306 commit 23e43b8

File tree

3 files changed

+369
-346
lines changed

3 files changed

+369
-346
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: php
33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76
before_script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.1.3",
16+
"php": "^7.2",
1717
"dingo/api": "^2.3",
1818
"fideloper/proxy": "~4.0",
1919
"intervention/image": "^2.4",

0 commit comments

Comments
 (0)