Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/doctrine/reflection
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection API that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
https://github.com/doctrine/reflection
Update PHPUnit to 7.0
245d74bda1705ddf72e8a0af6475ea1cae7cce16 authored over 6 years agoUpdate website link in composer.json
8b12e0a809054a2b76c8b481ccb30455d64447f1 authored over 6 years ago9e683ea73e9e5d653403bd7dbcf08ef46ff32ae0 authored over 6 years ago
e95050668fd0290abe460b84ec83b05a2f05028c authored over 6 years ago
eb73ac50b890bf8c26115ff5975fc6adf093dd0b authored over 6 years ago
Removing the header license
addffdf8bf7060dc419dc3c7d4fe38466ee3f27b authored about 7 years ago4ea250707aab931d8cb05f9bad12f9a1af120de5 authored about 7 years ago
Update build process to use stages and PHPCS
aeb81537f1a08411e5cfd0ca37573f1dcaf5e2c3 authored over 7 years ago3446e8a6e0d5f05b2ca941f4c9d5993b81828f12 authored over 7 years ago
f3b41a2698978ac503b554d574aa63e23bab53f9 authored over 7 years ago
86c417f4b4cb1fdbfd959c4f8f9e220416f43572 authored over 7 years ago
e1bb8ed57fd2486127eccad2787b47229f8e3a2f authored over 7 years ago
Making the test runner a bit more strict.
fe0666c7a1a3ac42a571a82576931ebd2779d835 authored over 7 years agob26e61de069331aeab4813ddf43e004de23044de authored over 7 years ago
Remove empty /lib/vendor directory from auto-generated ZIP archives
f1c9b522dff16f8b1a14c485c1178a6ce12b5818 authored over 7 years agoQuick-fix to avoid call to deprecated function.
66febee022eb2036c3d8ae3fcb245866c0d0a821 authored over 7 years agoFix __call exception when no metadata has been set
ba7fa9beb253828596206c6ddd4d45d66a5a304f authored over 7 years ago
Close #806
Close #744
ad74769ee8b3a6c4a8dca866fed799524efa95f2 authored over 7 years ago
175878a92a1a39783be49901ee53257de8dd80cc authored over 7 years ago
eb30160c50a2ccee5bbaab6242338510c9ea87e6 authored over 7 years ago
Fix #386 - Debug export does not include stdClass properties
7f4be6bc56bf438aea22c26b24f44daea8cde40f authored over 7 years agoThis is exactly what's `empty` for
247e31cde626ce0f60e8e3f48f0dfeb643f692b2 authored almost 8 years agoNo need for having isset before unset
c4fd77def67822c1309976738aff422ca34bc610 authored almost 8 years agoOpposite can never happen
77b9fd40b4dbc3c9910d3248d9fb915f21a76b31 authored almost 8 years agocab6b45de8e8b07d17e2d28d9b1340f9cc339329 authored almost 8 years ago
Minor docblock spelling correction
cc93c5fd4ad17f2e57e25e7f52bb55dd8a4841f4 authored about 8 years agoIntegrating PHPStan & related fixes
fee058eb84ad5fa75f58cfb4121e524fe42e81d7 authored about 8 years ago3cca99028a2b58a32d00da19891111684654acf9 authored about 8 years ago
9edb488c802d9bc3fde90e15aead6c69f22fb655 authored about 8 years ago
Upgrade PHPUnit and PHP version dependencies
08b490a4f89e10e1fea98dd12ee439fdaf8ebaf7 authored over 8 years ago2074b0cfc78e8f2a978a3e66923c4de22e0f7ea5 authored over 8 years ago
Achieves PHPUnit 5.4 compatibility by removing deprecated method usages
09cb1ccba2f41104d2133c1c70e31b8118b462dc authored over 8 years agoCleanup - drop unsupported php versions
f3791f3f6b525aba9bddd94ded6471e83299de21 authored about 9 years ago020f52966ac30ff483505246c4186550803d864d authored about 9 years ago
325ca94208f4340380533dafa603427447d0a42a authored about 9 years ago
Close #384
4f471378f4614abfe7dce625bd213c8d43967a52 authored about 9 years agoUpdate LICENSE
40bde2036e926f1f01602371725a1105168f1641 authored over 9 years agoupdating from 2012 to 2015
282fe30413c2de47ad2af35190007421febbab54 authored over 9 years agoMinor CS fixes in StaticReflectionProperty
730fe5acffdd75a5c85879f3437b1d2093bb2b7f authored over 9 years ago07ec4f1c5d116ebbb5de95e6cc0cd4b9d8b5aee3 authored over 9 years ago
composer: bump to PHPUnit 4.7
789d9ebfdee7e39145f50ffd55feef575ea865ae authored over 9 years agocd1b2680a59948fb8e60c8b0a8b88134d9ea4d49 authored over 9 years ago
Optimized imports
1c01fef05e2d411c7c369d0baba0ffca3633aa39 authored over 10 years ago614af338091ff8b305026cf1cc5d1a2c0aba0bec authored over 10 years ago
fix the optimize regex and adapt the tests to actually test classAnnotat...
891aff6a9afb878ee05ab84282fe1ce647eb38f2 authored about 11 years ago2d6ae1ec86eb40ada7fa9be3191325c130181678 authored about 11 years ago
DCOM-175
63d06bbe73bea54abdd8fb7263402169e765ee51 authored over 11 years agoDocumentation fixes
67c7f92b675280180ee4fa52c20877bdf7afa23a authored over 11 years ago
- Missing docblocks
- Missing / incorrect @param / @return / @throws annotations
- Missing newli...
Fixed the StaticReflectionParser
91545be3252e716208d4d080eafe7374739b877f authored about 12 years agoThis commit removes the PSR246Test, which is now covered by an updated StaticReflectionParserTest.
06c8fa797d8b96f95a8bce3f98966629cfe0fe1f authored about 12 years ago[DCOM-96] Refactor ProxyGenerator, introduce AbstractProxyFactory
1b564b435b95244fbe2e6f1789c4a029b7d375de authored about 12 years agoUndefined variable fix
11e966a4bb339de687c0192ceaf027a194a5f69d authored about 12 years agobc18eb6038d1515858558dc55b32f5bac0179078 authored about 12 years ago
Debug::export ArrayIterator dumps the internal storage variable
44400b02faacef13cbd39326aa9c018700e173b7 authored about 12 years agoDecorator base class for object manager decorators
bde33b297cbd6712eeeab8d480c77d15d2ce2af2 authored about 12 years agoSilent autoloaders support
2497d1c8f6536174a3aefba530bfd898585d797c authored about 12 years agoUpdate tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespaceWithClo...
61c895b33922ba0ff2894d9513d218aaaa51516c authored about 12 years ago3e5a8118514092ee657a4b4a0224f64d24fa6f5a authored about 12 years ago
[DCOM-96] ProxyFactory logic moved to doctrine common
d465950bee071c022b495161bab076e9ee2b806c authored about 12 years ago892dd1e965fa9b2b1b4fbd128dd32eaff8e4752d authored about 12 years ago
[DDC-2160] Smart Pluralize/Singularize support for Doctrine/Common/Util/Inflector
a94f2eac4fc873df7275361e4c544641dfd7c444 authored about 12 years agomake Base LifecycleEventArgs usable in orm and odm
81751857801682a1f1a1b7daea5d7de8de8bdd23 authored about 12 years agoUse preg_quote() to escape text before inserting into regexp
e64de7807c653ab266ba5058e0c171dbdbe69c43 authored about 12 years agoReplace file_exists() calls with is_file() where it is needed
d83adb9f8d39320e60a0c9f82b447e39a924f818 authored about 12 years ago2972c987c3130214006331fecf9b2315201ad57f authored about 12 years ago
Fix for #72 #135
747632e21c6a3b952d7259b53bfddbc4c6e741dc authored over 12 years agoPSR-0 annotation reader, try #2
6104aee4597e61d66411431ba0f3b713ec12d2cf authored over 12 years ago375bcef5b79b4f26c099d9b61d45e2fa44500e41 authored over 12 years ago
90c157699df049ca9ee3d7b4278a59801601539d authored over 12 years ago
5dc1133cf797d43e5f5e369e1cdfc2285cbd8c7a authored over 12 years ago
e8e7b88987340f075c7bc60f538749beac7dd483 authored over 12 years ago
a3cd66b3d08dc8779f44014f506a3b80a1bb544a authored over 12 years ago
7dbbbd7a226fc2a1be5c87321bf3796ce4343c24 authored over 12 years ago
8bf606dd4ea8872ae9207903b0315ec28deb9a76 authored over 12 years ago
293205f2265fce0f359f3418c685fe9eef54924a authored over 12 years ago
55adec5901de846d70b44b86a5aec42fa3d6589f authored over 12 years ago
5bcd56cd8a2e838ac827673187df19651c4a84e8 authored over 12 years ago
d6d89d629a664d7a38e791ffd2f77fe2811704fe authored over 12 years ago
8f8b1519d762a30ef29326198e8985d7e12977e3 authored over 12 years ago
[DCOM-101] Implement FilesystemCache / PhpFileCache
cea71a201fb9b99a96555f0bb8ccf533221a2383 authored over 12 years ago[DDC-1637] Refactored towards Criteria API, implement ordering/slicing
120f15f2c917b29621555049577fee943721c44a authored over 12 years agoadded support for namespace alias in isTransient()
212e416236a7be2ed01f1f3ccc9ea12e65b3afc5 authored over 12 years agoSyncing changes of ORM ClassMetadataFactory in common
92380d250687a741e6c0414aee97244d04991e23 authored over 12 years ago26fad18a2235978cc14c5e5a12db8eaad16fc0de authored over 12 years ago
Conflicts:
lib/Doctrine/Common/Annotations/AnnotationRegistry.php
fb1bde8868caed28ae2b59b82b3fece005a304c3 authored about 13 years ago
702b67648c889477e932da7c12186c6721f106b8 authored about 13 years ago
8f847ef2185ba51584834ee1ccf0c211c6304e52 authored about 13 years ago
944631ee32718e76779273239f5b76bd41ec822d authored about 13 years ago
9b77c29b0ac8138168e1992d6bd9909e25094808 authored about 13 years ago
c52ab58a9821fed60c70886aad580139f2bdb834 authored over 13 years ago
9bf17ca6b0b5eef186d54edf9d6a666a6284a019 authored over 13 years ago
a01e5da8fe58479aba8e0e28fc448ffa10b10b29 authored over 13 years ago
Conflicts:
lib/Doctrine/Common/Annotations/AnnotationReader.php
lib/Doctrine/Common/Annotation...
b23500d299041067b3013defedf5fc2f3a693cd5 authored over 13 years ago
772400cdc17690ccdb9b01fd52bdb2bcdfe745c8 authored over 13 years ago
cc946c331426c0941c4ba34e06e0e45d81bca0dc authored over 13 years ago
ce74fbf3e6166567fcf9cd263d85a9290a41a101 authored over 13 years ago