Commit a68a90a9ac2a21d3b13abfff83d27fa2ce8107e1

Authored by root
1 parent 96d8b55a

conflit doc merge

Showing 123 changed files with 2153 additions and 255 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 123 files displayed.

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/build_update.sql 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +CREATE SCHEMA IF NOT EXISTS test_labinvent2 DEFAULT CHARACTER SET latin1;
  2 +
  3 +GRANT USAGE ON *.* TO 'superadmin';
  4 +DROP USER 'superadmin';
  5 +
  6 +grant all on test_labinvent2.* to 'superadmin'@'localhost' identified by 'superadmin';
  7 +
  8 +flush privileges;
... ...
database/update/db-update-2016-06-23.sh 100644 → 100755
database/update/script_sql/db-update-2016-06-22-build.sql 0 → 100755
... ... @@ -0,0 +1,6 @@
  1 +use inventirap;
  2 +
  3 +
  4 +ALTER TABLE `configurations` DROP `from_mail`;
  5 +
  6 +ALTER TABLE `configurations` ADD `sender_mail` varchar(500) DEFAULT 'labinvent@irap.omp.eu';
... ...
database/update/script_sql/db-update-2016-06-23-build.sql 0 → 100644
... ... @@ -0,0 +1,19 @@
  1 +use inventirap;
  2 +
  3 +
  4 +ALTER TABLE `configurations` ADD `labName2` varchar(200) DEFAULT 'NOM COMPLET';
  5 +update configurations set labName2 = labName where id = 1;
  6 +ALTER TABLE `configurations` DROP `labName`;
  7 +ALTER TABLE `configurations` ADD `labName` varchar(200) DEFAULT 'NOM COMPLET';
  8 +update configurations set labName = labName2 where id = 1;
  9 +ALTER TABLE `configurations` DROP `labName2`;
  10 +
  11 +
  12 +
  13 +ALTER TABLE `configurations` ADD `baseDn_ldap2` varchar(300) DEFAULT null;
  14 +update configurations set baseDn_ldap2 = baseDn_ldap where id = 1;
  15 +ALTER TABLE `configurations` DROP `baseDn_ldap`;
  16 +ALTER TABLE `configurations` ADD `baseDn_ldap` varchar(300) DEFAULT null;
  17 +update configurations set baseDn_ldap = baseDn_ldap2 where id = 1;
  18 +ALTER TABLE `configurations` DROP `baseDn_ldap2`;
  19 +
... ...
vendor/.gitignore 100644 → 100755
vendor/bin/.gitignore 100644 → 100755
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
... ... @@ -1263,50 +1263,6 @@
1263 1263 "homepage": "https://symfony.com"
1264 1264 },
1265 1265 {
1266   - "name": "myclabs/deep-copy",
1267   - "version": "1.5.1",
1268   - "version_normalized": "1.5.1.0",
1269   - "source": {
1270   - "type": "git",
1271   - "url": "https://github.com/myclabs/DeepCopy.git",
1272   - "reference": "a8773992b362b58498eed24bf85005f363c34771"
1273   - },
1274   - "dist": {
1275   - "type": "zip",
1276   - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
1277   - "reference": "a8773992b362b58498eed24bf85005f363c34771",
1278   - "shasum": ""
1279   - },
1280   - "require": {
1281   - "php": ">=5.4.0"
1282   - },
1283   - "require-dev": {
1284   - "doctrine/collections": "1.*",
1285   - "phpunit/phpunit": "~4.1"
1286   - },
1287   - "time": "2015-11-20 12:04:31",
1288   - "type": "library",
1289   - "installation-source": "dist",
1290   - "autoload": {
1291   - "psr-4": {
1292   - "DeepCopy\\": "src/DeepCopy/"
1293   - }
1294   - },
1295   - "notification-url": "https://packagist.org/downloads/",
1296   - "license": [
1297   - "MIT"
1298   - ],
1299   - "description": "Create deep copies (clones) of your objects",
1300   - "homepage": "https://github.com/myclabs/DeepCopy",
1301   - "keywords": [
1302   - "clone",
1303   - "copy",
1304   - "duplicate",
1305   - "object",
1306   - "object graph"
1307   - ]
1308   - },
1309   - {
1310 1266 "name": "sebastian/version",
1311 1267 "version": "2.0.0",
1312 1268 "version_normalized": "2.0.0.0",
... ... @@ -1848,121 +1804,6 @@
1848 1804 ]
1849 1805 },
1850 1806 {
1851   - "name": "phpdocumentor/reflection-docblock",
1852   - "version": "2.0.4",
1853   - "version_normalized": "2.0.4.0",
1854   - "source": {
1855   - "type": "git",
1856   - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1857   - "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1858   - },
1859   - "dist": {
1860   - "type": "zip",
1861   - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1862   - "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1863   - "shasum": ""
1864   - },
1865   - "require": {
1866   - "php": ">=5.3.3"
1867   - },
1868   - "require-dev": {
1869   - "phpunit/phpunit": "~4.0"
1870   - },
1871   - "suggest": {
1872   - "dflydev/markdown": "~1.0",
1873   - "erusev/parsedown": "~1.0"
1874   - },
1875   - "time": "2015-02-03 12:10:50",
1876   - "type": "library",
1877   - "extra": {
1878   - "branch-alias": {
1879   - "dev-master": "2.0.x-dev"
1880   - }
1881   - },
1882   - "installation-source": "dist",
1883   - "autoload": {
1884   - "psr-0": {
1885   - "phpDocumentor": [
1886   - "src/"
1887   - ]
1888   - }
1889   - },
1890   - "notification-url": "https://packagist.org/downloads/",
1891   - "license": [
1892   - "MIT"
1893   - ],
1894   - "authors": [
1895   - {
1896   - "name": "Mike van Riel",
1897   - "email": "mike.vanriel@naenius.com"
1898   - }
1899   - ]
1900   - },
1901   - {
1902   - "name": "phpspec/prophecy",
1903   - "version": "v1.6.0",
1904   - "version_normalized": "1.6.0.0",
1905   - "source": {
1906   - "type": "git",
1907   - "url": "https://github.com/phpspec/prophecy.git",
1908   - "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
1909   - },
1910   - "dist": {
1911   - "type": "zip",
1912   - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
1913   - "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
1914   - "shasum": ""
1915   - },
1916   - "require": {
1917   - "doctrine/instantiator": "^1.0.2",
1918   - "php": "^5.3|^7.0",
1919   - "phpdocumentor/reflection-docblock": "~2.0",
1920   - "sebastian/comparator": "~1.1",
1921   - "sebastian/recursion-context": "~1.0"
1922   - },
1923   - "require-dev": {
1924   - "phpspec/phpspec": "~2.0"
1925   - },
1926   - "time": "2016-02-15 07:46:21",
1927   - "type": "library",
1928   - "extra": {
1929   - "branch-alias": {
1930   - "dev-master": "1.5.x-dev"
1931   - }
1932   - },
1933   - "installation-source": "dist",
1934   - "autoload": {
1935   - "psr-0": {
1936   - "Prophecy\\": "src/"
1937   - }
1938   - },
1939   - "notification-url": "https://packagist.org/downloads/",
1940   - "license": [
1941   - "MIT"
1942   - ],
1943   - "authors": [
1944   - {
1945   - "name": "Konstantin Kudryashov",
1946   - "email": "ever.zet@gmail.com",
1947   - "homepage": "http://everzet.com"
1948   - },
1949   - {
1950   - "name": "Marcello Duarte",
1951   - "email": "marcello.duarte@gmail.com"
1952   - }
1953   - ],
1954   - "description": "Highly opinionated mocking framework for PHP 5.3+",
1955   - "homepage": "https://github.com/phpspec/prophecy",
1956   - "keywords": [
1957   - "Double",
1958   - "Dummy",
1959   - "fake",
1960   - "mock",
1961   - "spy",
1962   - "stub"
1963   - ]
1964   - },
1965   - {
1966 1807 "name": "phpunit/php-text-template",
1967 1808 "version": "1.2.1",
1968 1809 "version_normalized": "1.2.1.0",
... ... @@ -2007,17 +1848,17 @@
2007 1848 },
2008 1849 {
2009 1850 "name": "phpunit/phpunit-mock-objects",
2010   - "version": "3.2.1",
2011   - "version_normalized": "3.2.1.0",
  1851 + "version": "3.2.3",
  1852 + "version_normalized": "3.2.3.0",
2012 1853 "source": {
2013 1854 "type": "git",
2014 1855 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2015   - "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3"
  1856 + "reference": "b13d0d9426ced06958bd32104653526a6c998a52"
2016 1857 },
2017 1858 "dist": {
2018 1859 "type": "zip",
2019   - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3",
2020   - "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3",
  1860 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b13d0d9426ced06958bd32104653526a6c998a52",
  1861 + "reference": "b13d0d9426ced06958bd32104653526a6c998a52",
2021 1862 "shasum": ""
2022 1863 },
2023 1864 "require": {
... ... @@ -2035,7 +1876,7 @@
2035 1876 "suggest": {
2036 1877 "ext-soap": "*"
2037 1878 },
2038   - "time": "2016-06-04 05:52:19",
  1879 + "time": "2016-06-12 07:37:26",
2039 1880 "type": "library",
2040 1881 "extra": {
2041 1882 "branch-alias": {
... ... @@ -2113,31 +1954,28 @@
2113 1954 ]
2114 1955 },
2115 1956 {
2116   - "name": "sebastian/code-unit-reverse-lookup",
2117   - "version": "1.0.0",
2118   - "version_normalized": "1.0.0.0",
  1957 + "name": "phpunit/php-file-iterator",
  1958 + "version": "1.4.1",
  1959 + "version_normalized": "1.4.1.0",
2119 1960 "source": {
2120 1961 "type": "git",
2121   - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2122   - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
  1962 + "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1963 + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2123 1964 },
2124 1965 "dist": {
2125 1966 "type": "zip",
2126   - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2127   - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  1967 + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1968 + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2128 1969 "shasum": ""
2129 1970 },
2130 1971 "require": {
2131   - "php": ">=5.6"
2132   - },
2133   - "require-dev": {
2134   - "phpunit/phpunit": "~5"
  1972 + "php": ">=5.3.3"
2135 1973 },
2136   - "time": "2016-02-13 06:45:14",
  1974 + "time": "2015-06-21 13:08:43",
2137 1975 "type": "library",
2138 1976 "extra": {
2139 1977 "branch-alias": {
2140   - "dev-master": "1.0.x-dev"
  1978 + "dev-master": "1.4.x-dev"
2141 1979 }
2142 1980 },
2143 1981 "installation-source": "dist",
... ... @@ -2153,39 +1991,43 @@
2153 1991 "authors": [
2154 1992 {
2155 1993 "name": "Sebastian Bergmann",
2156   - "email": "sebastian@phpunit.de"
  1994 + "email": "sb@sebastian-bergmann.de",
  1995 + "role": "lead"
2157 1996 }
2158 1997 ],
2159   - "description": "Looks up which function or method a line of code belongs to",
2160   - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
  1998 + "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1999 + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2000 + "keywords": [
  2001 + "filesystem",
  2002 + "iterator"
  2003 + ]
2161 2004 },
2162 2005 {
2163   - "name": "phpunit/php-token-stream",
2164   - "version": "1.4.8",
2165   - "version_normalized": "1.4.8.0",
  2006 + "name": "sebastian/code-unit-reverse-lookup",
  2007 + "version": "1.0.0",
  2008 + "version_normalized": "1.0.0.0",
2166 2009 "source": {
2167 2010 "type": "git",
2168   - "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2169   - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  2011 + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  2012 + "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
2170 2013 },
2171 2014 "dist": {
2172 2015 "type": "zip",
2173   - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2174   - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2016 + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  2017 + "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2175 2018 "shasum": ""
2176 2019 },
2177 2020 "require": {
2178   - "ext-tokenizer": "*",
2179   - "php": ">=5.3.3"
  2021 + "php": ">=5.6"
2180 2022 },
2181 2023 "require-dev": {
2182   - "phpunit/phpunit": "~4.2"
  2024 + "phpunit/phpunit": "~5"
2183 2025 },
2184   - "time": "2015-09-15 10:49:45",
  2026 + "time": "2016-02-13 06:45:14",
2185 2027 "type": "library",
2186 2028 "extra": {
2187 2029 "branch-alias": {
2188   - "dev-master": "1.4-dev"
  2030 + "dev-master": "1.0.x-dev"
2189 2031 }
2190 2032 },
2191 2033 "installation-source": "dist",
... ... @@ -2204,35 +2046,36 @@
2204 2046 "email": "sebastian@phpunit.de"
2205 2047 }
2206 2048 ],
2207   - "description": "Wrapper around PHP's tokenizer extension.",
2208   - "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2209   - "keywords": [
2210   - "tokenizer"
2211   - ]
  2049 + "description": "Looks up which function or method a line of code belongs to",
  2050 + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
2212 2051 },
2213 2052 {
2214   - "name": "phpunit/php-file-iterator",
2215   - "version": "1.4.1",
2216   - "version_normalized": "1.4.1.0",
  2053 + "name": "phpunit/php-token-stream",
  2054 + "version": "1.4.8",
  2055 + "version_normalized": "1.4.8.0",
2217 2056 "source": {
2218 2057 "type": "git",
2219   - "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2220   - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  2058 + "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2059 + "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
2221 2060 },
2222 2061 "dist": {
2223 2062 "type": "zip",
2224   - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2225   - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2063 + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2064 + "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2226 2065 "shasum": ""
2227 2066 },
2228 2067 "require": {
  2068 + "ext-tokenizer": "*",
2229 2069 "php": ">=5.3.3"
2230 2070 },
2231   - "time": "2015-06-21 13:08:43",
  2071 + "require-dev": {
  2072 + "phpunit/phpunit": "~4.2"
  2073 + },
  2074 + "time": "2015-09-15 10:49:45",
2232 2075 "type": "library",
2233 2076 "extra": {
2234 2077 "branch-alias": {
2235   - "dev-master": "1.4.x-dev"
  2078 + "dev-master": "1.4-dev"
2236 2079 }
2237 2080 },
2238 2081 "installation-source": "dist",
... ... @@ -2248,15 +2091,13 @@
2248 2091 "authors": [
2249 2092 {
2250 2093 "name": "Sebastian Bergmann",
2251   - "email": "sb@sebastian-bergmann.de",
2252   - "role": "lead"
  2094 + "email": "sebastian@phpunit.de"
2253 2095 }
2254 2096 ],
2255   - "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2256   - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2097 + "description": "Wrapper around PHP's tokenizer extension.",
  2098 + "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2257 2099 "keywords": [
2258   - "filesystem",
2259   - "iterator"
  2100 + "tokenizer"
2260 2101 ]
2261 2102 },
2262 2103 {
... ... @@ -2325,18 +2166,329 @@
2325 2166 ]
2326 2167 },
2327 2168 {
  2169 + "name": "webmozart/assert",
  2170 + "version": "1.0.2",
  2171 + "version_normalized": "1.0.2.0",
  2172 + "source": {
  2173 + "type": "git",
  2174 + "url": "https://github.com/webmozart/assert.git",
  2175 + "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
  2176 + },
  2177 + "dist": {
  2178 + "type": "zip",
  2179 + "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
  2180 + "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
  2181 + "shasum": ""
  2182 + },
  2183 + "require": {
  2184 + "php": ">=5.3.3"
  2185 + },
  2186 + "require-dev": {
  2187 + "phpunit/phpunit": "^4.6"
  2188 + },
  2189 + "time": "2015-08-24 13:29:44",
  2190 + "type": "library",
  2191 + "extra": {
  2192 + "branch-alias": {
  2193 + "dev-master": "1.0-dev"
  2194 + }
  2195 + },
  2196 + "installation-source": "dist",
  2197 + "autoload": {
  2198 + "psr-4": {
  2199 + "Webmozart\\Assert\\": "src/"
  2200 + }
  2201 + },
  2202 + "notification-url": "https://packagist.org/downloads/",
  2203 + "license": [
  2204 + "MIT"
  2205 + ],
  2206 + "authors": [
  2207 + {
  2208 + "name": "Bernhard Schussek",
  2209 + "email": "bschussek@gmail.com"
  2210 + }
  2211 + ],
  2212 + "description": "Assertions to validate method input/output with nice error messages.",
  2213 + "keywords": [
  2214 + "assert",
  2215 + "check",
  2216 + "validate"
  2217 + ]
  2218 + },
  2219 + {
  2220 + "name": "phpdocumentor/reflection-common",
  2221 + "version": "1.0",
  2222 + "version_normalized": "1.0.0.0",
  2223 + "source": {
  2224 + "type": "git",
  2225 + "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  2226 + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  2227 + },
  2228 + "dist": {
  2229 + "type": "zip",
  2230 + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  2231 + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  2232 + "shasum": ""
  2233 + },
  2234 + "require": {
  2235 + "php": ">=5.5"
  2236 + },
  2237 + "require-dev": {
  2238 + "phpunit/phpunit": "^4.6"
  2239 + },
  2240 + "time": "2015-12-27 11:43:31",
  2241 + "type": "library",
  2242 + "extra": {
  2243 + "branch-alias": {
  2244 + "dev-master": "1.0.x-dev"
  2245 + }
  2246 + },
  2247 + "installation-source": "dist",
  2248 + "autoload": {
  2249 + "psr-4": {
  2250 + "phpDocumentor\\Reflection\\": [
  2251 + "src"
  2252 + ]
  2253 + }
  2254 + },
  2255 + "notification-url": "https://packagist.org/downloads/",
  2256 + "license": [
  2257 + "MIT"
  2258 + ],
  2259 + "authors": [
  2260 + {
  2261 + "name": "Jaap van Otterdijk",
  2262 + "email": "opensource@ijaap.nl"
  2263 + }
  2264 + ],
  2265 + "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  2266 + "homepage": "http://www.phpdoc.org",
  2267 + "keywords": [
  2268 + "FQSEN",
  2269 + "phpDocumentor",
  2270 + "phpdoc",
  2271 + "reflection",
  2272 + "static analysis"
  2273 + ]
  2274 + },
  2275 + {
  2276 + "name": "phpdocumentor/type-resolver",
  2277 + "version": "0.2",
  2278 + "version_normalized": "0.2.0.0",
  2279 + "source": {
  2280 + "type": "git",
  2281 + "url": "https://github.com/phpDocumentor/TypeResolver.git",
  2282 + "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
  2283 + },
  2284 + "dist": {
  2285 + "type": "zip",
  2286 + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
  2287 + "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
  2288 + "shasum": ""
  2289 + },
  2290 + "require": {
  2291 + "php": ">=5.5",
  2292 + "phpdocumentor/reflection-common": "^1.0"
  2293 + },
  2294 + "require-dev": {
  2295 + "mockery/mockery": "^0.9.4",
  2296 + "phpunit/phpunit": "^5.2||^4.8.24"
  2297 + },
  2298 + "time": "2016-06-10 07:14:17",
  2299 + "type": "library",
  2300 + "extra": {
  2301 + "branch-alias": {
  2302 + "dev-master": "1.0.x-dev"
  2303 + }
  2304 + },
  2305 + "installation-source": "dist",
  2306 + "autoload": {
  2307 + "psr-4": {
  2308 + "phpDocumentor\\Reflection\\": [
  2309 + "src/"
  2310 + ]
  2311 + }
  2312 + },
  2313 + "notification-url": "https://packagist.org/downloads/",
  2314 + "license": [
  2315 + "MIT"
  2316 + ],
  2317 + "authors": [
  2318 + {
  2319 + "name": "Mike van Riel",
  2320 + "email": "me@mikevanriel.com"
  2321 + }
  2322 + ]
  2323 + },
  2324 + {
  2325 + "name": "phpdocumentor/reflection-docblock",
  2326 + "version": "3.1.0",
  2327 + "version_normalized": "3.1.0.0",
  2328 + "source": {
  2329 + "type": "git",
  2330 + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  2331 + "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
  2332 + },
  2333 + "dist": {
  2334 + "type": "zip",
  2335 + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
  2336 + "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
  2337 + "shasum": ""
  2338 + },
  2339 + "require": {
  2340 + "php": ">=5.5",
  2341 + "phpdocumentor/reflection-common": "^1.0@dev",
  2342 + "phpdocumentor/type-resolver": "^0.2.0",
  2343 + "webmozart/assert": "^1.0"
  2344 + },
  2345 + "require-dev": {
  2346 + "mockery/mockery": "^0.9.4",
  2347 + "phpunit/phpunit": "^4.4"
  2348 + },
  2349 + "time": "2016-06-10 09:48:41",
  2350 + "type": "library",
  2351 + "installation-source": "dist",
  2352 + "autoload": {
  2353 + "psr-4": {
  2354 + "phpDocumentor\\Reflection\\": [
  2355 + "src/"
  2356 + ]
  2357 + }
  2358 + },
  2359 + "notification-url": "https://packagist.org/downloads/",
  2360 + "license": [
  2361 + "MIT"
  2362 + ],
  2363 + "authors": [
  2364 + {
  2365 + "name": "Mike van Riel",
  2366 + "email": "me@mikevanriel.com"
  2367 + }
  2368 + ],
  2369 + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
  2370 + },
  2371 + {
  2372 + "name": "phpspec/prophecy",
  2373 + "version": "v1.6.1",
  2374 + "version_normalized": "1.6.1.0",
  2375 + "source": {
  2376 + "type": "git",
  2377 + "url": "https://github.com/phpspec/prophecy.git",
  2378 + "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
  2379 + },
  2380 + "dist": {
  2381 + "type": "zip",
  2382 + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
  2383 + "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
  2384 + "shasum": ""
  2385 + },
  2386 + "require": {
  2387 + "doctrine/instantiator": "^1.0.2",
  2388 + "php": "^5.3|^7.0",
  2389 + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  2390 + "sebastian/comparator": "^1.1",
  2391 + "sebastian/recursion-context": "^1.0"
  2392 + },
  2393 + "require-dev": {
  2394 + "phpspec/phpspec": "^2.0"
  2395 + },
  2396 + "time": "2016-06-07 08:13:47",
  2397 + "type": "library",
  2398 + "extra": {
  2399 + "branch-alias": {
  2400 + "dev-master": "1.6.x-dev"
  2401 + }
  2402 + },
  2403 + "installation-source": "dist",
  2404 + "autoload": {
  2405 + "psr-0": {
  2406 + "Prophecy\\": "src/"
  2407 + }
  2408 + },
  2409 + "notification-url": "https://packagist.org/downloads/",
  2410 + "license": [
  2411 + "MIT"
  2412 + ],
  2413 + "authors": [
  2414 + {
  2415 + "name": "Konstantin Kudryashov",
  2416 + "email": "ever.zet@gmail.com",
  2417 + "homepage": "http://everzet.com"
  2418 + },
  2419 + {
  2420 + "name": "Marcello Duarte",
  2421 + "email": "marcello.duarte@gmail.com"
  2422 + }
  2423 + ],
  2424 + "description": "Highly opinionated mocking framework for PHP 5.3+",
  2425 + "homepage": "https://github.com/phpspec/prophecy",
  2426 + "keywords": [
  2427 + "Double",
  2428 + "Dummy",
  2429 + "fake",
  2430 + "mock",
  2431 + "spy",
  2432 + "stub"
  2433 + ]
  2434 + },
  2435 + {
  2436 + "name": "myclabs/deep-copy",
  2437 + "version": "1.5.1",
  2438 + "version_normalized": "1.5.1.0",
  2439 + "source": {
  2440 + "type": "git",
  2441 + "url": "https://github.com/myclabs/DeepCopy.git",
  2442 + "reference": "a8773992b362b58498eed24bf85005f363c34771"
  2443 + },
  2444 + "dist": {
  2445 + "type": "zip",
  2446 + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
  2447 + "reference": "a8773992b362b58498eed24bf85005f363c34771",
  2448 + "shasum": ""
  2449 + },
  2450 + "require": {
  2451 + "php": ">=5.4.0"
  2452 + },
  2453 + "require-dev": {
  2454 + "doctrine/collections": "1.*",
  2455 + "phpunit/phpunit": "~4.1"
  2456 + },
  2457 + "time": "2015-11-20 12:04:31",
  2458 + "type": "library",
  2459 + "installation-source": "dist",
  2460 + "autoload": {
  2461 + "psr-4": {
  2462 + "DeepCopy\\": "src/DeepCopy/"
  2463 + }
  2464 + },
  2465 + "notification-url": "https://packagist.org/downloads/",
  2466 + "license": [
  2467 + "MIT"
  2468 + ],
  2469 + "description": "Create deep copies (clones) of your objects",
  2470 + "homepage": "https://github.com/myclabs/DeepCopy",
  2471 + "keywords": [
  2472 + "clone",
  2473 + "copy",
  2474 + "duplicate",
  2475 + "object",
  2476 + "object graph"
  2477 + ]
  2478 + },
  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 ],
... ...
vendor/fpdf/FAQ.htm 100644 → 100755
vendor/fpdf/changelog.htm 100644 → 100755
vendor/fpdf/doc/__construct.htm 100644 → 100755
vendor/fpdf/doc/acceptpagebreak.htm 100644 → 100755
vendor/fpdf/doc/addfont.htm 100644 → 100755
vendor/fpdf/doc/addlink.htm 100644 → 100755
vendor/fpdf/doc/addpage.htm 100644 → 100755
vendor/fpdf/doc/aliasnbpages.htm 100644 → 100755
vendor/fpdf/doc/cell.htm 100644 → 100755
vendor/fpdf/doc/close.htm 100644 → 100755
vendor/fpdf/doc/error.htm 100644 → 100755
vendor/fpdf/doc/footer.htm 100644 → 100755
vendor/fpdf/doc/getpageheight.htm 100644 → 100755
vendor/fpdf/doc/getpagewidth.htm 100644 → 100755
vendor/fpdf/doc/getstringwidth.htm 100644 → 100755
vendor/fpdf/doc/getx.htm 100644 → 100755
vendor/fpdf/doc/gety.htm 100644 → 100755
vendor/fpdf/doc/header.htm 100644 → 100755
vendor/fpdf/doc/image.htm 100644 → 100755
vendor/fpdf/doc/index.htm 100644 → 100755
vendor/fpdf/doc/line.htm 100644 → 100755
vendor/fpdf/doc/link.htm 100644 → 100755
vendor/fpdf/doc/ln.htm 100644 → 100755
vendor/fpdf/doc/multicell.htm 100644 → 100755
vendor/fpdf/doc/output.htm 100644 → 100755
vendor/fpdf/doc/pageno.htm 100644 → 100755
vendor/fpdf/doc/rect.htm 100644 → 100755
vendor/fpdf/doc/setauthor.htm 100644 → 100755
vendor/fpdf/doc/setautopagebreak.htm 100644 → 100755
vendor/fpdf/doc/setcompression.htm 100644 → 100755
vendor/fpdf/doc/setcreator.htm 100644 → 100755
vendor/fpdf/doc/setdisplaymode.htm 100644 → 100755
vendor/fpdf/doc/setdrawcolor.htm 100644 → 100755
vendor/fpdf/doc/setfillcolor.htm 100644 → 100755
vendor/fpdf/doc/setfont.htm 100644 → 100755
vendor/fpdf/doc/setfontsize.htm 100644 → 100755
vendor/fpdf/doc/setkeywords.htm 100644 → 100755
vendor/fpdf/doc/setleftmargin.htm 100644 → 100755
vendor/fpdf/doc/setlinewidth.htm 100644 → 100755
vendor/fpdf/doc/setlink.htm 100644 → 100755
vendor/fpdf/doc/setmargins.htm 100644 → 100755
vendor/fpdf/doc/setrightmargin.htm 100644 → 100755
vendor/fpdf/doc/setsubject.htm 100644 → 100755
vendor/fpdf/doc/settextcolor.htm 100644 → 100755
vendor/fpdf/doc/settitle.htm 100644 → 100755
vendor/fpdf/doc/settopmargin.htm 100644 → 100755
vendor/fpdf/doc/setx.htm 100644 → 100755
vendor/fpdf/doc/setxy.htm 100644 → 100755
vendor/fpdf/doc/sety.htm 100644 → 100755
vendor/fpdf/doc/text.htm 100644 → 100755
vendor/fpdf/doc/write.htm 100644 → 100755
vendor/fpdf/install.txt 100644 → 100755
vendor/fpdf/license.txt 100644 → 100755
vendor/fpdf/makefont/cp1250.map 100644 → 100755
vendor/fpdf/makefont/cp1251.map 100644 → 100755
vendor/fpdf/makefont/cp1252.map 100644 → 100755
vendor/fpdf/makefont/cp1253.map 100644 → 100755
vendor/fpdf/makefont/cp1254.map 100644 → 100755
vendor/fpdf/makefont/cp1255.map 100644 → 100755
vendor/fpdf/makefont/cp1257.map 100644 → 100755
vendor/fpdf/makefont/cp1258.map 100644 → 100755
vendor/fpdf/makefont/cp874.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-1.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-11.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-15.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-16.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-2.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-4.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-5.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-7.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-9.map 100644 → 100755
vendor/fpdf/makefont/koi8-r.map 100644 → 100755
vendor/fpdf/makefont/koi8-u.map 100644 → 100755
vendor/fpdf/makefont/makefont.php 100644 → 100755
vendor/fpdf/makefont/ttfparser.php 100644 → 100755
vendor/fpdf/tutorial/20k_c1.txt 100644 → 100755
vendor/fpdf/tutorial/20k_c2.txt 100644 → 100755
vendor/fpdf/tutorial/calligra.php 100644 → 100755
vendor/fpdf/tutorial/calligra.ttf 100644 → 100755
No preview for this file type
vendor/fpdf/tutorial/calligra.z 100644 → 100755
No preview for this file type
vendor/fpdf/tutorial/countries.txt 100644 → 100755
vendor/fpdf/tutorial/index.htm 100644 → 100755
vendor/fpdf/tutorial/logo.png 100644 → 100755

2.32 KB | W: | H:

2.32 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
vendor/fpdf/tutorial/makefont.php 100644 → 100755
vendor/fpdf/tutorial/tuto1.htm 100644 → 100755
vendor/fpdf/tutorial/tuto1.php 100644 → 100755
vendor/fpdf/tutorial/tuto2.htm 100644 → 100755
vendor/fpdf/tutorial/tuto2.php 100644 → 100755
vendor/fpdf/tutorial/tuto3.htm 100644 → 100755