Skip to content

Commit 65c694b

Browse files
committed
Bump min version to 7.2.5
1 parent 9b16f1f commit 65c694b

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ env:
88
- REPORT_EXIT_STATUS=1
99

1010
php:
11-
- 5.4
12-
- 5.5
13-
- 5.6
14-
- 7.0
15-
- 7.1
11+
- 7.2
12+
- 7.3
13+
- 7.4
1614

1715
before_script:
1816
- composer self-update

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* 3.3.0 (2020-03-03)
2+
3+
* bump min PHP version to 7.2.5
4+
15
* 3.2.3 (2018-01-21)
26

37
* prefixed all function calls with \ for extra speed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009-2018 Fabien Potencier
1+
Copyright (c) 2009-2020 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.0",
15+
"php": "^7.2.5",
1616
"psr/container": "^1.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)