Commit 9347b4082ad4d300cc12601450a476e9610a3303
Exists in
master
and in
3 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/epallier/labinvent
Showing
8 changed files
with
384 additions
and
71 deletions
Show diff stats
composer.lock
... | ... | @@ -1188,38 +1188,135 @@ |
1188 | 1188 | "time": "2016-02-28 19:48:28" |
1189 | 1189 | }, |
1190 | 1190 | { |
1191 | + "name": "phpdocumentor/reflection-common", | |
1192 | + "version": "1.0", | |
1193 | + "source": { | |
1194 | + "type": "git", | |
1195 | + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
1196 | + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" | |
1197 | + }, | |
1198 | + "dist": { | |
1199 | + "type": "zip", | |
1200 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", | |
1201 | + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", | |
1202 | + "shasum": "" | |
1203 | + }, | |
1204 | + "require": { | |
1205 | + "php": ">=5.5" | |
1206 | + }, | |
1207 | + "require-dev": { | |
1208 | + "phpunit/phpunit": "^4.6" | |
1209 | + }, | |
1210 | + "type": "library", | |
1211 | + "extra": { | |
1212 | + "branch-alias": { | |
1213 | + "dev-master": "1.0.x-dev" | |
1214 | + } | |
1215 | + }, | |
1216 | + "autoload": { | |
1217 | + "psr-4": { | |
1218 | + "phpDocumentor\\Reflection\\": [ | |
1219 | + "src" | |
1220 | + ] | |
1221 | + } | |
1222 | + }, | |
1223 | + "notification-url": "https://packagist.org/downloads/", | |
1224 | + "license": [ | |
1225 | + "MIT" | |
1226 | + ], | |
1227 | + "authors": [ | |
1228 | + { | |
1229 | + "name": "Jaap van Otterdijk", | |
1230 | + "email": "opensource@ijaap.nl" | |
1231 | + } | |
1232 | + ], | |
1233 | + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
1234 | + "homepage": "http://www.phpdoc.org", | |
1235 | + "keywords": [ | |
1236 | + "FQSEN", | |
1237 | + "phpDocumentor", | |
1238 | + "phpdoc", | |
1239 | + "reflection", | |
1240 | + "static analysis" | |
1241 | + ], | |
1242 | + "time": "2015-12-27 11:43:31" | |
1243 | + }, | |
1244 | + { | |
1191 | 1245 | "name": "phpdocumentor/reflection-docblock", |
1192 | - "version": "2.0.4", | |
1246 | + "version": "3.1.0", | |
1193 | 1247 | "source": { |
1194 | 1248 | "type": "git", |
1195 | 1249 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
1196 | - "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" | |
1250 | + "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" | |
1197 | 1251 | }, |
1198 | 1252 | "dist": { |
1199 | 1253 | "type": "zip", |
1200 | - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", | |
1201 | - "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", | |
1254 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", | |
1255 | + "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", | |
1202 | 1256 | "shasum": "" |
1203 | 1257 | }, |
1204 | 1258 | "require": { |
1205 | - "php": ">=5.3.3" | |
1259 | + "php": ">=5.5", | |
1260 | + "phpdocumentor/reflection-common": "^1.0@dev", | |
1261 | + "phpdocumentor/type-resolver": "^0.2.0", | |
1262 | + "webmozart/assert": "^1.0" | |
1206 | 1263 | }, |
1207 | 1264 | "require-dev": { |
1208 | - "phpunit/phpunit": "~4.0" | |
1265 | + "mockery/mockery": "^0.9.4", | |
1266 | + "phpunit/phpunit": "^4.4" | |
1209 | 1267 | }, |
1210 | - "suggest": { | |
1211 | - "dflydev/markdown": "~1.0", | |
1212 | - "erusev/parsedown": "~1.0" | |
1268 | + "type": "library", | |
1269 | + "autoload": { | |
1270 | + "psr-4": { | |
1271 | + "phpDocumentor\\Reflection\\": [ | |
1272 | + "src/" | |
1273 | + ] | |
1274 | + } | |
1275 | + }, | |
1276 | + "notification-url": "https://packagist.org/downloads/", | |
1277 | + "license": [ | |
1278 | + "MIT" | |
1279 | + ], | |
1280 | + "authors": [ | |
1281 | + { | |
1282 | + "name": "Mike van Riel", | |
1283 | + "email": "me@mikevanriel.com" | |
1284 | + } | |
1285 | + ], | |
1286 | + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | |
1287 | + "time": "2016-06-10 09:48:41" | |
1288 | + }, | |
1289 | + { | |
1290 | + "name": "phpdocumentor/type-resolver", | |
1291 | + "version": "0.2", | |
1292 | + "source": { | |
1293 | + "type": "git", | |
1294 | + "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
1295 | + "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" | |
1296 | + }, | |
1297 | + "dist": { | |
1298 | + "type": "zip", | |
1299 | + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", | |
1300 | + "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", | |
1301 | + "shasum": "" | |
1302 | + }, | |
1303 | + "require": { | |
1304 | + "php": ">=5.5", | |
1305 | + "phpdocumentor/reflection-common": "^1.0" | |
1306 | + }, | |
1307 | + "require-dev": { | |
1308 | + "mockery/mockery": "^0.9.4", | |
1309 | + "phpunit/phpunit": "^5.2||^4.8.24" | |
1213 | 1310 | }, |
1214 | 1311 | "type": "library", |
1215 | 1312 | "extra": { |
1216 | 1313 | "branch-alias": { |
1217 | - "dev-master": "2.0.x-dev" | |
1314 | + "dev-master": "1.0.x-dev" | |
1218 | 1315 | } |
1219 | 1316 | }, |
1220 | 1317 | "autoload": { |
1221 | - "psr-0": { | |
1222 | - "phpDocumentor": [ | |
1318 | + "psr-4": { | |
1319 | + "phpDocumentor\\Reflection\\": [ | |
1223 | 1320 | "src/" |
1224 | 1321 | ] |
1225 | 1322 | } |
... | ... | @@ -1231,39 +1328,39 @@ |
1231 | 1328 | "authors": [ |
1232 | 1329 | { |
1233 | 1330 | "name": "Mike van Riel", |
1234 | - "email": "mike.vanriel@naenius.com" | |
1331 | + "email": "me@mikevanriel.com" | |
1235 | 1332 | } |
1236 | 1333 | ], |
1237 | - "time": "2015-02-03 12:10:50" | |
1334 | + "time": "2016-06-10 07:14:17" | |
1238 | 1335 | }, |
1239 | 1336 | { |
1240 | 1337 | "name": "phpspec/prophecy", |
1241 | - "version": "v1.6.0", | |
1338 | + "version": "v1.6.1", | |
1242 | 1339 | "source": { |
1243 | 1340 | "type": "git", |
1244 | 1341 | "url": "https://github.com/phpspec/prophecy.git", |
1245 | - "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972" | |
1342 | + "reference": "58a8137754bc24b25740d4281399a4a3596058e0" | |
1246 | 1343 | }, |
1247 | 1344 | "dist": { |
1248 | 1345 | "type": "zip", |
1249 | - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972", | |
1250 | - "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972", | |
1346 | + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", | |
1347 | + "reference": "58a8137754bc24b25740d4281399a4a3596058e0", | |
1251 | 1348 | "shasum": "" |
1252 | 1349 | }, |
1253 | 1350 | "require": { |
1254 | 1351 | "doctrine/instantiator": "^1.0.2", |
1255 | 1352 | "php": "^5.3|^7.0", |
1256 | - "phpdocumentor/reflection-docblock": "~2.0", | |
1257 | - "sebastian/comparator": "~1.1", | |
1258 | - "sebastian/recursion-context": "~1.0" | |
1353 | + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", | |
1354 | + "sebastian/comparator": "^1.1", | |
1355 | + "sebastian/recursion-context": "^1.0" | |
1259 | 1356 | }, |
1260 | 1357 | "require-dev": { |
1261 | - "phpspec/phpspec": "~2.0" | |
1358 | + "phpspec/phpspec": "^2.0" | |
1262 | 1359 | }, |
1263 | 1360 | "type": "library", |
1264 | 1361 | "extra": { |
1265 | 1362 | "branch-alias": { |
1266 | - "dev-master": "1.5.x-dev" | |
1363 | + "dev-master": "1.6.x-dev" | |
1267 | 1364 | } |
1268 | 1365 | }, |
1269 | 1366 | "autoload": { |
... | ... | @@ -1296,7 +1393,7 @@ |
1296 | 1393 | "spy", |
1297 | 1394 | "stub" |
1298 | 1395 | ], |
1299 | - "time": "2016-02-15 07:46:21" | |
1396 | + "time": "2016-06-07 08:13:47" | |
1300 | 1397 | }, |
1301 | 1398 | { |
1302 | 1399 | "name": "phpunit/php-code-coverage", |
... | ... | @@ -1544,16 +1641,16 @@ |
1544 | 1641 | }, |
1545 | 1642 | { |
1546 | 1643 | "name": "phpunit/phpunit", |
1547 | - "version": "5.4.2", | |
1644 | + "version": "5.4.4", | |
1548 | 1645 | "source": { |
1549 | 1646 | "type": "git", |
1550 | 1647 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
1551 | - "reference": "f5726a0262e5f74f8e9cf03128798b64160c441d" | |
1648 | + "reference": "02d5b64aa0837a038a5a4faeeefa5ef44bdcb928" | |
1552 | 1649 | }, |
1553 | 1650 | "dist": { |
1554 | 1651 | "type": "zip", |
1555 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f5726a0262e5f74f8e9cf03128798b64160c441d", | |
1556 | - "reference": "f5726a0262e5f74f8e9cf03128798b64160c441d", | |
1652 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/02d5b64aa0837a038a5a4faeeefa5ef44bdcb928", | |
1653 | + "reference": "02d5b64aa0837a038a5a4faeeefa5ef44bdcb928", | |
1557 | 1654 | "shasum": "" |
1558 | 1655 | }, |
1559 | 1656 | "require": { |
... | ... | @@ -1580,6 +1677,9 @@ |
1580 | 1677 | "sebastian/version": "~1.0|~2.0", |
1581 | 1678 | "symfony/yaml": "~2.1|~3.0" |
1582 | 1679 | }, |
1680 | + "conflict": { | |
1681 | + "phpdocumentor/reflection-docblock": "3.0.2" | |
1682 | + }, | |
1583 | 1683 | "suggest": { |
1584 | 1684 | "phpunit/php-invoker": "~1.1" |
1585 | 1685 | }, |
... | ... | @@ -1615,20 +1715,20 @@ |
1615 | 1715 | "testing", |
1616 | 1716 | "xunit" |
1617 | 1717 | ], |
1618 | - "time": "2016-06-03 09:59:50" | |
1718 | + "time": "2016-06-09 09:09:27" | |
1619 | 1719 | }, |
1620 | 1720 | { |
1621 | 1721 | "name": "phpunit/phpunit-mock-objects", |
1622 | - "version": "3.2.1", | |
1722 | + "version": "3.2.3", | |
1623 | 1723 | "source": { |
1624 | 1724 | "type": "git", |
1625 | 1725 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
1626 | - "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3" | |
1726 | + "reference": "b13d0d9426ced06958bd32104653526a6c998a52" | |
1627 | 1727 | }, |
1628 | 1728 | "dist": { |
1629 | 1729 | "type": "zip", |
1630 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3", | |
1631 | - "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3", | |
1730 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b13d0d9426ced06958bd32104653526a6c998a52", | |
1731 | + "reference": "b13d0d9426ced06958bd32104653526a6c998a52", | |
1632 | 1732 | "shasum": "" |
1633 | 1733 | }, |
1634 | 1734 | "require": { |
... | ... | @@ -1674,7 +1774,7 @@ |
1674 | 1774 | "mock", |
1675 | 1775 | "xunit" |
1676 | 1776 | ], |
1677 | - "time": "2016-06-04 05:52:19" | |
1777 | + "time": "2016-06-12 07:37:26" | |
1678 | 1778 | }, |
1679 | 1779 | { |
1680 | 1780 | "name": "psy/psysh", |
... | ... | @@ -2322,6 +2422,55 @@ |
2322 | 2422 | "dump" |
2323 | 2423 | ], |
2324 | 2424 | "time": "2016-03-10 10:34:12" |
2425 | + }, | |
2426 | + { | |
2427 | + "name": "webmozart/assert", | |
2428 | + "version": "1.0.2", | |
2429 | + "source": { | |
2430 | + "type": "git", | |
2431 | + "url": "https://github.com/webmozart/assert.git", | |
2432 | + "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" | |
2433 | + }, | |
2434 | + "dist": { | |
2435 | + "type": "zip", | |
2436 | + "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", | |
2437 | + "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", | |
2438 | + "shasum": "" | |
2439 | + }, | |
2440 | + "require": { | |
2441 | + "php": ">=5.3.3" | |
2442 | + }, | |
2443 | + "require-dev": { | |
2444 | + "phpunit/phpunit": "^4.6" | |
2445 | + }, | |
2446 | + "type": "library", | |
2447 | + "extra": { | |
2448 | + "branch-alias": { | |
2449 | + "dev-master": "1.0-dev" | |
2450 | + } | |
2451 | + }, | |
2452 | + "autoload": { | |
2453 | + "psr-4": { | |
2454 | + "Webmozart\\Assert\\": "src/" | |
2455 | + } | |
2456 | + }, | |
2457 | + "notification-url": "https://packagist.org/downloads/", | |
2458 | + "license": [ | |
2459 | + "MIT" | |
2460 | + ], | |
2461 | + "authors": [ | |
2462 | + { | |
2463 | + "name": "Bernhard Schussek", | |
2464 | + "email": "bschussek@gmail.com" | |
2465 | + } | |
2466 | + ], | |
2467 | + "description": "Assertions to validate method input/output with nice error messages.", | |
2468 | + "keywords": [ | |
2469 | + "assert", | |
2470 | + "check", | |
2471 | + "validate" | |
2472 | + ], | |
2473 | + "time": "2015-08-24 13:29:44" | |
2325 | 2474 | } |
2326 | 2475 | ], |
2327 | 2476 | "aliases": [], | ... | ... |
database/update/script_sql/.gitignore
vendor/composer/autoload_classmap.php
... | ... | @@ -10,6 +10,7 @@ return array( |
10 | 10 | 'File_Iterator_Facade' => $vendorDir . '/phpunit/php-file-iterator/src/Facade.php', |
11 | 11 | 'File_Iterator_Factory' => $vendorDir . '/phpunit/php-file-iterator/src/Factory.php', |
12 | 12 | 'Mobile_Detect' => $vendorDir . '/mobiledetect/mobiledetectlib/Mobile_Detect.php', |
13 | + 'PHPUnit\\Framework\\TestCase' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/TestCase.php', | |
13 | 14 | 'PHPUnit_Exception' => $vendorDir . '/phpunit/phpunit/src/Exception.php', |
14 | 15 | 'PHPUnit_Extensions_GroupTestSuite' => $vendorDir . '/phpunit/phpunit/src/Extensions/GroupTestSuite.php', |
15 | 16 | 'PHPUnit_Extensions_PhptTestCase' => $vendorDir . '/phpunit/phpunit/src/Extensions/PhptTestCase.php', |
... | ... | @@ -460,5 +461,4 @@ return array( |
460 | 461 | 'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php', |
461 | 462 | 'SqlFormatter' => $vendorDir . '/jdorn/sql-formatter/lib/SqlFormatter.php', |
462 | 463 | 'Text_Template' => $vendorDir . '/phpunit/php-text-template/src/Template.php', |
463 | - 'phpunit\\framework\\TestCase' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/TestCase.php', | |
464 | 464 | ); | ... | ... |
vendor/composer/autoload_namespaces.php
... | ... | @@ -6,7 +6,6 @@ $vendorDir = dirname(dirname(__FILE__)); |
6 | 6 | $baseDir = dirname($vendorDir); |
7 | 7 | |
8 | 8 | return array( |
9 | - 'phpDocumentor' => array($vendorDir . '/phpdocumentor/reflection-docblock/src'), | |
10 | 9 | 'Psr\\Log\\' => array($vendorDir . '/psr/log'), |
11 | 10 | 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'), |
12 | 11 | 'JakubOnderka\\PhpConsoleHighlighter' => array($vendorDir . '/jakub-onderka/php-console-highlighter/src'), | ... | ... |
vendor/composer/autoload_psr4.php
... | ... | @@ -6,7 +6,9 @@ $vendorDir = dirname(dirname(__FILE__)); |
6 | 6 | $baseDir = dirname($vendorDir); |
7 | 7 | |
8 | 8 | return array( |
9 | + 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/type-resolver/src', $vendorDir . '/phpdocumentor/reflection-docblock/src'), | |
9 | 10 | 'XdgBaseDir\\' => array($vendorDir . '/dnoegel/php-xdg-base-dir/src'), |
11 | + 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'), | |
10 | 12 | 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), |
11 | 13 | 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'), |
12 | 14 | 'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'), | ... | ... |
vendor/composer/installed.json
... | ... | @@ -1848,41 +1848,146 @@ |
1848 | 1848 | ] |
1849 | 1849 | }, |
1850 | 1850 | { |
1851 | - "name": "phpdocumentor/reflection-docblock", | |
1852 | - "version": "2.0.4", | |
1853 | - "version_normalized": "2.0.4.0", | |
1851 | + "name": "webmozart/assert", | |
1852 | + "version": "1.0.2", | |
1853 | + "version_normalized": "1.0.2.0", | |
1854 | 1854 | "source": { |
1855 | 1855 | "type": "git", |
1856 | - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
1857 | - "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" | |
1856 | + "url": "https://github.com/webmozart/assert.git", | |
1857 | + "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" | |
1858 | 1858 | }, |
1859 | 1859 | "dist": { |
1860 | 1860 | "type": "zip", |
1861 | - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", | |
1862 | - "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", | |
1861 | + "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", | |
1862 | + "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", | |
1863 | 1863 | "shasum": "" |
1864 | 1864 | }, |
1865 | 1865 | "require": { |
1866 | 1866 | "php": ">=5.3.3" |
1867 | 1867 | }, |
1868 | 1868 | "require-dev": { |
1869 | - "phpunit/phpunit": "~4.0" | |
1869 | + "phpunit/phpunit": "^4.6" | |
1870 | 1870 | }, |
1871 | - "suggest": { | |
1872 | - "dflydev/markdown": "~1.0", | |
1873 | - "erusev/parsedown": "~1.0" | |
1871 | + "time": "2015-08-24 13:29:44", | |
1872 | + "type": "library", | |
1873 | + "extra": { | |
1874 | + "branch-alias": { | |
1875 | + "dev-master": "1.0-dev" | |
1876 | + } | |
1877 | + }, | |
1878 | + "installation-source": "dist", | |
1879 | + "autoload": { | |
1880 | + "psr-4": { | |
1881 | + "Webmozart\\Assert\\": "src/" | |
1882 | + } | |
1874 | 1883 | }, |
1875 | - "time": "2015-02-03 12:10:50", | |
1884 | + "notification-url": "https://packagist.org/downloads/", | |
1885 | + "license": [ | |
1886 | + "MIT" | |
1887 | + ], | |
1888 | + "authors": [ | |
1889 | + { | |
1890 | + "name": "Bernhard Schussek", | |
1891 | + "email": "bschussek@gmail.com" | |
1892 | + } | |
1893 | + ], | |
1894 | + "description": "Assertions to validate method input/output with nice error messages.", | |
1895 | + "keywords": [ | |
1896 | + "assert", | |
1897 | + "check", | |
1898 | + "validate" | |
1899 | + ] | |
1900 | + }, | |
1901 | + { | |
1902 | + "name": "phpdocumentor/reflection-common", | |
1903 | + "version": "1.0", | |
1904 | + "version_normalized": "1.0.0.0", | |
1905 | + "source": { | |
1906 | + "type": "git", | |
1907 | + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
1908 | + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" | |
1909 | + }, | |
1910 | + "dist": { | |
1911 | + "type": "zip", | |
1912 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", | |
1913 | + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", | |
1914 | + "shasum": "" | |
1915 | + }, | |
1916 | + "require": { | |
1917 | + "php": ">=5.5" | |
1918 | + }, | |
1919 | + "require-dev": { | |
1920 | + "phpunit/phpunit": "^4.6" | |
1921 | + }, | |
1922 | + "time": "2015-12-27 11:43:31", | |
1876 | 1923 | "type": "library", |
1877 | 1924 | "extra": { |
1878 | 1925 | "branch-alias": { |
1879 | - "dev-master": "2.0.x-dev" | |
1926 | + "dev-master": "1.0.x-dev" | |
1880 | 1927 | } |
1881 | 1928 | }, |
1882 | 1929 | "installation-source": "dist", |
1883 | 1930 | "autoload": { |
1884 | - "psr-0": { | |
1885 | - "phpDocumentor": [ | |
1931 | + "psr-4": { | |
1932 | + "phpDocumentor\\Reflection\\": [ | |
1933 | + "src" | |
1934 | + ] | |
1935 | + } | |
1936 | + }, | |
1937 | + "notification-url": "https://packagist.org/downloads/", | |
1938 | + "license": [ | |
1939 | + "MIT" | |
1940 | + ], | |
1941 | + "authors": [ | |
1942 | + { | |
1943 | + "name": "Jaap van Otterdijk", | |
1944 | + "email": "opensource@ijaap.nl" | |
1945 | + } | |
1946 | + ], | |
1947 | + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
1948 | + "homepage": "http://www.phpdoc.org", | |
1949 | + "keywords": [ | |
1950 | + "FQSEN", | |
1951 | + "phpDocumentor", | |
1952 | + "phpdoc", | |
1953 | + "reflection", | |
1954 | + "static analysis" | |
1955 | + ] | |
1956 | + }, | |
1957 | + { | |
1958 | + "name": "phpdocumentor/type-resolver", | |
1959 | + "version": "0.2", | |
1960 | + "version_normalized": "0.2.0.0", | |
1961 | + "source": { | |
1962 | + "type": "git", | |
1963 | + "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
1964 | + "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" | |
1965 | + }, | |
1966 | + "dist": { | |
1967 | + "type": "zip", | |
1968 | + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", | |
1969 | + "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", | |
1970 | + "shasum": "" | |
1971 | + }, | |
1972 | + "require": { | |
1973 | + "php": ">=5.5", | |
1974 | + "phpdocumentor/reflection-common": "^1.0" | |
1975 | + }, | |
1976 | + "require-dev": { | |
1977 | + "mockery/mockery": "^0.9.4", | |
1978 | + "phpunit/phpunit": "^5.2||^4.8.24" | |
1979 | + }, | |
1980 | + "time": "2016-06-10 07:14:17", | |
1981 | + "type": "library", | |
1982 | + "extra": { | |
1983 | + "branch-alias": { | |
1984 | + "dev-master": "1.0.x-dev" | |
1985 | + } | |
1986 | + }, | |
1987 | + "installation-source": "dist", | |
1988 | + "autoload": { | |
1989 | + "psr-4": { | |
1990 | + "phpDocumentor\\Reflection\\": [ | |
1886 | 1991 | "src/" |
1887 | 1992 | ] |
1888 | 1993 | } |
... | ... | @@ -1894,40 +1999,87 @@ |
1894 | 1999 | "authors": [ |
1895 | 2000 | { |
1896 | 2001 | "name": "Mike van Riel", |
1897 | - "email": "mike.vanriel@naenius.com" | |
2002 | + "email": "me@mikevanriel.com" | |
1898 | 2003 | } |
1899 | 2004 | ] |
1900 | 2005 | }, |
1901 | 2006 | { |
2007 | + "name": "phpdocumentor/reflection-docblock", | |
2008 | + "version": "3.1.0", | |
2009 | + "version_normalized": "3.1.0.0", | |
2010 | + "source": { | |
2011 | + "type": "git", | |
2012 | + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
2013 | + "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" | |
2014 | + }, | |
2015 | + "dist": { | |
2016 | + "type": "zip", | |
2017 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", | |
2018 | + "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", | |
2019 | + "shasum": "" | |
2020 | + }, | |
2021 | + "require": { | |
2022 | + "php": ">=5.5", | |
2023 | + "phpdocumentor/reflection-common": "^1.0@dev", | |
2024 | + "phpdocumentor/type-resolver": "^0.2.0", | |
2025 | + "webmozart/assert": "^1.0" | |
2026 | + }, | |
2027 | + "require-dev": { | |
2028 | + "mockery/mockery": "^0.9.4", | |
2029 | + "phpunit/phpunit": "^4.4" | |
2030 | + }, | |
2031 | + "time": "2016-06-10 09:48:41", | |
2032 | + "type": "library", | |
2033 | + "installation-source": "dist", | |
2034 | + "autoload": { | |
2035 | + "psr-4": { | |
2036 | + "phpDocumentor\\Reflection\\": [ | |
2037 | + "src/" | |
2038 | + ] | |
2039 | + } | |
2040 | + }, | |
2041 | + "notification-url": "https://packagist.org/downloads/", | |
2042 | + "license": [ | |
2043 | + "MIT" | |
2044 | + ], | |
2045 | + "authors": [ | |
2046 | + { | |
2047 | + "name": "Mike van Riel", | |
2048 | + "email": "me@mikevanriel.com" | |
2049 | + } | |
2050 | + ], | |
2051 | + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock." | |
2052 | + }, | |
2053 | + { | |
1902 | 2054 | "name": "phpspec/prophecy", |
1903 | - "version": "v1.6.0", | |
1904 | - "version_normalized": "1.6.0.0", | |
2055 | + "version": "v1.6.1", | |
2056 | + "version_normalized": "1.6.1.0", | |
1905 | 2057 | "source": { |
1906 | 2058 | "type": "git", |
1907 | 2059 | "url": "https://github.com/phpspec/prophecy.git", |
1908 | - "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972" | |
2060 | + "reference": "58a8137754bc24b25740d4281399a4a3596058e0" | |
1909 | 2061 | }, |
1910 | 2062 | "dist": { |
1911 | 2063 | "type": "zip", |
1912 | - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972", | |
1913 | - "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972", | |
2064 | + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", | |
2065 | + "reference": "58a8137754bc24b25740d4281399a4a3596058e0", | |
1914 | 2066 | "shasum": "" |
1915 | 2067 | }, |
1916 | 2068 | "require": { |
1917 | 2069 | "doctrine/instantiator": "^1.0.2", |
1918 | 2070 | "php": "^5.3|^7.0", |
1919 | - "phpdocumentor/reflection-docblock": "~2.0", | |
1920 | - "sebastian/comparator": "~1.1", | |
1921 | - "sebastian/recursion-context": "~1.0" | |
2071 | + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", | |
2072 | + "sebastian/comparator": "^1.1", | |
2073 | + "sebastian/recursion-context": "^1.0" | |
1922 | 2074 | }, |
1923 | 2075 | "require-dev": { |
1924 | - "phpspec/phpspec": "~2.0" | |
2076 | + "phpspec/phpspec": "^2.0" | |
1925 | 2077 | }, |
1926 | - "time": "2016-02-15 07:46:21", | |
2078 | + "time": "2016-06-07 08:13:47", | |
1927 | 2079 | "type": "library", |
1928 | 2080 | "extra": { |
1929 | 2081 | "branch-alias": { |
1930 | - "dev-master": "1.5.x-dev" | |
2082 | + "dev-master": "1.6.x-dev" | |
1931 | 2083 | } |
1932 | 2084 | }, |
1933 | 2085 | "installation-source": "dist", |
... | ... | @@ -2326,17 +2478,17 @@ |
2326 | 2478 | }, |
2327 | 2479 | { |
2328 | 2480 | "name": "phpunit/phpunit", |
2329 | - "version": "5.4.2", | |
2330 | - "version_normalized": "5.4.2.0", | |
2481 | + "version": "5.4.4", | |
2482 | + "version_normalized": "5.4.4.0", | |
2331 | 2483 | "source": { |
2332 | 2484 | "type": "git", |
2333 | 2485 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
2334 | - "reference": "f5726a0262e5f74f8e9cf03128798b64160c441d" | |
2486 | + "reference": "02d5b64aa0837a038a5a4faeeefa5ef44bdcb928" | |
2335 | 2487 | }, |
2336 | 2488 | "dist": { |
2337 | 2489 | "type": "zip", |
2338 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f5726a0262e5f74f8e9cf03128798b64160c441d", | |
2339 | - "reference": "f5726a0262e5f74f8e9cf03128798b64160c441d", | |
2490 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/02d5b64aa0837a038a5a4faeeefa5ef44bdcb928", | |
2491 | + "reference": "02d5b64aa0837a038a5a4faeeefa5ef44bdcb928", | |
2340 | 2492 | "shasum": "" |
2341 | 2493 | }, |
2342 | 2494 | "require": { |
... | ... | @@ -2363,10 +2515,13 @@ |
2363 | 2515 | "sebastian/version": "~1.0|~2.0", |
2364 | 2516 | "symfony/yaml": "~2.1|~3.0" |
2365 | 2517 | }, |
2518 | + "conflict": { | |
2519 | + "phpdocumentor/reflection-docblock": "3.0.2" | |
2520 | + }, | |
2366 | 2521 | "suggest": { |
2367 | 2522 | "phpunit/php-invoker": "~1.1" |
2368 | 2523 | }, |
2369 | - "time": "2016-06-03 09:59:50", | |
2524 | + "time": "2016-06-09 09:09:27", | |
2370 | 2525 | "bin": [ |
2371 | 2526 | "phpunit" |
2372 | 2527 | ], | ... | ... |