We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d3b6e commit 2d37b73Copy full SHA for 2d37b73
CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
- Updated changelog to comply to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) specification
12
### Deprecated
13
### Removed
14
+- Remove support for PHP 5.2
15
### Fixed
16
- Cannot declare self-referencing constant 'Doctrine_Query::STATE_CLEAN' [PR-71](https://github.com/FriendsOfSymfony1/doctrine1/pull/71)
17
- Fix PHP 7.3 backward incompatible with continue statements [PR-67](https://github.com/FriendsOfSymfony1/doctrine1/pull/67)
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": ">=5.2.3",
+ "php": ">=5.3",
24
"ext-mbstring": "*",
25
"ext-pdo": "*"
26
},
0 commit comments