Skip to content

Commit 55f7e58

Browse files
authored
Update to PHP 7.3 (#452)
1 parent 3a4b3ec commit 55f7e58

File tree

3 files changed

+154
-165
lines changed

3 files changed

+154
-165
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/php:7.2-node-browsers
5+
- image: circleci/php:7.3-node-browsers
66
working_directory: ~/repo
77
steps:
88
- checkout

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"type": "project",
66
"require": {
7-
"php": "^7.2",
7+
"php": "^7.3",
88
"bugsnag/bugsnag-laravel": "^2.14",
99
"doctrine/dbal": "^2.5",
1010
"facade/ignition": "^1.0",
@@ -82,4 +82,4 @@
8282
},
8383
"minimum-stability": "dev",
8484
"prefer-stable": true
85-
}
85+
}

0 commit comments

Comments
 (0)