Skip to content

Commit 2d37b73

Browse files
committed
Remove support for PHP 5.2
1 parent b4d3b6e commit 2d37b73

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Updated changelog to comply to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) specification
1212
### Deprecated
1313
### Removed
14+
- Remove support for PHP 5.2
1415
### Fixed
1516
- Cannot declare self-referencing constant 'Doctrine_Query::STATE_CLEAN' [PR-71](https://github.com/FriendsOfSymfony1/doctrine1/pull/71)
1617
- Fix PHP 7.3 backward incompatible with continue statements [PR-67](https://github.com/FriendsOfSymfony1/doctrine1/pull/67)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=5.2.3",
23+
"php": ">=5.3",
2424
"ext-mbstring": "*",
2525
"ext-pdo": "*"
2626
},

0 commit comments

Comments
 (0)