We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4b3ec commit 55f7e58Copy full SHA for 55f7e58
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/php:7.2-node-browsers
+ - image: circleci/php:7.3-node-browsers
6
working_directory: ~/repo
7
steps:
8
- checkout
composer.json
@@ -4,7 +4,7 @@
"license": "MIT",
"type": "project",
"require": {
- "php": "^7.2",
+ "php": "^7.3",
"bugsnag/bugsnag-laravel": "^2.14",
9
"doctrine/dbal": "^2.5",
10
"facade/ignition": "^1.0",
@@ -82,4 +82,4 @@
82
},
83
"minimum-stability": "dev",
84
"prefer-stable": true
85
-}
+}
0 commit comments