Skip to content

Commit ea92e00

Browse files
authored
Require PHP 7.3 (#79)
* Fix readme * Bump minimum PHP version to 7.3
1 parent 3f12971 commit ea92e00

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ cache:
99
matrix:
1010
fast_finish: true
1111
include:
12-
- php: 7.2
1312
- php: 7.3
1413
- php: 7.3
1514
env: COMPOSER_FLAGS="--prefer-lowest"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/SimpleBus/SymfonyBridge.svg?branch=master)](https://travis-ci.org/SimpleBus/SymfonyBridge)
44

5-
By [Matthias Noback](http://php-and-symfony.matthiasnoback.nl/)
5+
By [Matthias Noback](http://php-and-symfony.matthiasnoback.nl/), Cliff Odijk, Ruud Kamphuis
66

77
This package contains the following bundles which can be used to integrate
88
[SimpleBus/MessageBus](https://github.com/SimpleBus/MessageBus) with a Symfony application:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
],
2828
"require": {
29-
"php": "^7.1",
29+
"php": "^7.3",
3030
"simple-bus/message-bus": "~3.0",
3131
"symfony/config": "~3.3 || ~4.0",
3232
"symfony/dependency-injection": "~3.3 || ~4.0",

0 commit comments

Comments
 (0)