Commit 3f88bfb3e545d49aa307e401a616cf653368d5b0
Exists in
master
and in
3 other branches
pour se remettre nickel
Showing
3 changed files
with
337 additions
and
362 deletions
Show diff stats
database/update/script_sql/db-update-2016-06-22-build.sql deleted
database/update/script_sql/db-update-2016-06-23-build.sql deleted
... | ... | @@ -1,19 +0,0 @@ |
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/composer/installed.json
... | ... | @@ -1263,6 +1263,50 @@ |
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 | + { | |
1266 | 1310 | "name": "sebastian/version", |
1267 | 1311 | "version": "2.0.0", |
1268 | 1312 | "version_normalized": "2.0.0.0", |
... | ... | @@ -1804,280 +1848,292 @@ |
1804 | 1848 | ] |
1805 | 1849 | }, |
1806 | 1850 | { |
1807 | - "name": "phpunit/php-text-template", | |
1808 | - "version": "1.2.1", | |
1809 | - "version_normalized": "1.2.1.0", | |
1851 | + "name": "webmozart/assert", | |
1852 | + "version": "1.0.2", | |
1853 | + "version_normalized": "1.0.2.0", | |
1810 | 1854 | "source": { |
1811 | 1855 | "type": "git", |
1812 | - "url": "https://github.com/sebastianbergmann/php-text-template.git", | |
1813 | - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
1856 | + "url": "https://github.com/webmozart/assert.git", | |
1857 | + "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" | |
1814 | 1858 | }, |
1815 | 1859 | "dist": { |
1816 | 1860 | "type": "zip", |
1817 | - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
1818 | - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
1861 | + "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", | |
1862 | + "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", | |
1819 | 1863 | "shasum": "" |
1820 | 1864 | }, |
1821 | 1865 | "require": { |
1822 | 1866 | "php": ">=5.3.3" |
1823 | 1867 | }, |
1824 | - "time": "2015-06-21 13:50:34", | |
1868 | + "require-dev": { | |
1869 | + "phpunit/phpunit": "^4.6" | |
1870 | + }, | |
1871 | + "time": "2015-08-24 13:29:44", | |
1825 | 1872 | "type": "library", |
1873 | + "extra": { | |
1874 | + "branch-alias": { | |
1875 | + "dev-master": "1.0-dev" | |
1876 | + } | |
1877 | + }, | |
1826 | 1878 | "installation-source": "dist", |
1827 | 1879 | "autoload": { |
1828 | - "classmap": [ | |
1829 | - "src/" | |
1830 | - ] | |
1880 | + "psr-4": { | |
1881 | + "Webmozart\\Assert\\": "src/" | |
1882 | + } | |
1831 | 1883 | }, |
1832 | 1884 | "notification-url": "https://packagist.org/downloads/", |
1833 | 1885 | "license": [ |
1834 | - "BSD-3-Clause" | |
1886 | + "MIT" | |
1835 | 1887 | ], |
1836 | 1888 | "authors": [ |
1837 | 1889 | { |
1838 | - "name": "Sebastian Bergmann", | |
1839 | - "email": "sebastian@phpunit.de", | |
1840 | - "role": "lead" | |
1890 | + "name": "Bernhard Schussek", | |
1891 | + "email": "bschussek@gmail.com" | |
1841 | 1892 | } |
1842 | 1893 | ], |
1843 | - "description": "Simple template engine.", | |
1844 | - "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
1894 | + "description": "Assertions to validate method input/output with nice error messages.", | |
1845 | 1895 | "keywords": [ |
1846 | - "template" | |
1896 | + "assert", | |
1897 | + "check", | |
1898 | + "validate" | |
1847 | 1899 | ] |
1848 | 1900 | }, |
1849 | 1901 | { |
1850 | - "name": "phpunit/phpunit-mock-objects", | |
1851 | - "version": "3.2.3", | |
1852 | - "version_normalized": "3.2.3.0", | |
1902 | + "name": "phpdocumentor/reflection-common", | |
1903 | + "version": "1.0", | |
1904 | + "version_normalized": "1.0.0.0", | |
1853 | 1905 | "source": { |
1854 | 1906 | "type": "git", |
1855 | - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | |
1856 | - "reference": "b13d0d9426ced06958bd32104653526a6c998a52" | |
1907 | + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
1908 | + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" | |
1857 | 1909 | }, |
1858 | 1910 | "dist": { |
1859 | 1911 | "type": "zip", |
1860 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b13d0d9426ced06958bd32104653526a6c998a52", | |
1861 | - "reference": "b13d0d9426ced06958bd32104653526a6c998a52", | |
1912 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", | |
1913 | + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", | |
1862 | 1914 | "shasum": "" |
1863 | 1915 | }, |
1864 | 1916 | "require": { |
1865 | - "doctrine/instantiator": "^1.0.2", | |
1866 | - "php": "^5.6 || ^7.0", | |
1867 | - "phpunit/php-text-template": "^1.2", | |
1868 | - "sebastian/exporter": "^1.2" | |
1869 | - }, | |
1870 | - "conflict": { | |
1871 | - "phpunit/phpunit": "<5.4.0" | |
1917 | + "php": ">=5.5" | |
1872 | 1918 | }, |
1873 | 1919 | "require-dev": { |
1874 | - "phpunit/phpunit": "^5.4" | |
1875 | - }, | |
1876 | - "suggest": { | |
1877 | - "ext-soap": "*" | |
1920 | + "phpunit/phpunit": "^4.6" | |
1878 | 1921 | }, |
1879 | - "time": "2016-06-12 07:37:26", | |
1922 | + "time": "2015-12-27 11:43:31", | |
1880 | 1923 | "type": "library", |
1881 | 1924 | "extra": { |
1882 | 1925 | "branch-alias": { |
1883 | - "dev-master": "3.2.x-dev" | |
1926 | + "dev-master": "1.0.x-dev" | |
1884 | 1927 | } |
1885 | 1928 | }, |
1886 | 1929 | "installation-source": "dist", |
1887 | 1930 | "autoload": { |
1888 | - "classmap": [ | |
1889 | - "src/" | |
1890 | - ] | |
1931 | + "psr-4": { | |
1932 | + "phpDocumentor\\Reflection\\": [ | |
1933 | + "src" | |
1934 | + ] | |
1935 | + } | |
1891 | 1936 | }, |
1892 | 1937 | "notification-url": "https://packagist.org/downloads/", |
1893 | 1938 | "license": [ |
1894 | - "BSD-3-Clause" | |
1939 | + "MIT" | |
1895 | 1940 | ], |
1896 | 1941 | "authors": [ |
1897 | 1942 | { |
1898 | - "name": "Sebastian Bergmann", | |
1899 | - "email": "sb@sebastian-bergmann.de", | |
1900 | - "role": "lead" | |
1943 | + "name": "Jaap van Otterdijk", | |
1944 | + "email": "opensource@ijaap.nl" | |
1901 | 1945 | } |
1902 | 1946 | ], |
1903 | - "description": "Mock Object library for PHPUnit", | |
1904 | - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", | |
1947 | + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
1948 | + "homepage": "http://www.phpdoc.org", | |
1905 | 1949 | "keywords": [ |
1906 | - "mock", | |
1907 | - "xunit" | |
1950 | + "FQSEN", | |
1951 | + "phpDocumentor", | |
1952 | + "phpdoc", | |
1953 | + "reflection", | |
1954 | + "static analysis" | |
1908 | 1955 | ] |
1909 | 1956 | }, |
1910 | 1957 | { |
1911 | - "name": "phpunit/php-timer", | |
1912 | - "version": "1.0.8", | |
1913 | - "version_normalized": "1.0.8.0", | |
1958 | + "name": "phpdocumentor/type-resolver", | |
1959 | + "version": "0.2", | |
1960 | + "version_normalized": "0.2.0.0", | |
1914 | 1961 | "source": { |
1915 | 1962 | "type": "git", |
1916 | - "url": "https://github.com/sebastianbergmann/php-timer.git", | |
1917 | - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" | |
1963 | + "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
1964 | + "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" | |
1918 | 1965 | }, |
1919 | 1966 | "dist": { |
1920 | 1967 | "type": "zip", |
1921 | - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", | |
1922 | - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", | |
1968 | + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", | |
1969 | + "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", | |
1923 | 1970 | "shasum": "" |
1924 | 1971 | }, |
1925 | 1972 | "require": { |
1926 | - "php": ">=5.3.3" | |
1973 | + "php": ">=5.5", | |
1974 | + "phpdocumentor/reflection-common": "^1.0" | |
1927 | 1975 | }, |
1928 | 1976 | "require-dev": { |
1929 | - "phpunit/phpunit": "~4|~5" | |
1977 | + "mockery/mockery": "^0.9.4", | |
1978 | + "phpunit/phpunit": "^5.2||^4.8.24" | |
1930 | 1979 | }, |
1931 | - "time": "2016-05-12 18:03:57", | |
1980 | + "time": "2016-06-10 07:14:17", | |
1932 | 1981 | "type": "library", |
1982 | + "extra": { | |
1983 | + "branch-alias": { | |
1984 | + "dev-master": "1.0.x-dev" | |
1985 | + } | |
1986 | + }, | |
1933 | 1987 | "installation-source": "dist", |
1934 | 1988 | "autoload": { |
1935 | - "classmap": [ | |
1936 | - "src/" | |
1937 | - ] | |
1989 | + "psr-4": { | |
1990 | + "phpDocumentor\\Reflection\\": [ | |
1991 | + "src/" | |
1992 | + ] | |
1993 | + } | |
1938 | 1994 | }, |
1939 | 1995 | "notification-url": "https://packagist.org/downloads/", |
1940 | 1996 | "license": [ |
1941 | - "BSD-3-Clause" | |
1997 | + "MIT" | |
1942 | 1998 | ], |
1943 | 1999 | "authors": [ |
1944 | 2000 | { |
1945 | - "name": "Sebastian Bergmann", | |
1946 | - "email": "sb@sebastian-bergmann.de", | |
1947 | - "role": "lead" | |
2001 | + "name": "Mike van Riel", | |
2002 | + "email": "me@mikevanriel.com" | |
1948 | 2003 | } |
1949 | - ], | |
1950 | - "description": "Utility class for timing", | |
1951 | - "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
1952 | - "keywords": [ | |
1953 | - "timer" | |
1954 | 2004 | ] |
1955 | 2005 | }, |
1956 | 2006 | { |
1957 | - "name": "phpunit/php-file-iterator", | |
1958 | - "version": "1.4.1", | |
1959 | - "version_normalized": "1.4.1.0", | |
2007 | + "name": "phpdocumentor/reflection-docblock", | |
2008 | + "version": "3.1.0", | |
2009 | + "version_normalized": "3.1.0.0", | |
1960 | 2010 | "source": { |
1961 | 2011 | "type": "git", |
1962 | - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
1963 | - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" | |
2012 | + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
2013 | + "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" | |
1964 | 2014 | }, |
1965 | 2015 | "dist": { |
1966 | 2016 | "type": "zip", |
1967 | - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", | |
1968 | - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", | |
2017 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", | |
2018 | + "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", | |
1969 | 2019 | "shasum": "" |
1970 | 2020 | }, |
1971 | 2021 | "require": { |
1972 | - "php": ">=5.3.3" | |
2022 | + "php": ">=5.5", | |
2023 | + "phpdocumentor/reflection-common": "^1.0@dev", | |
2024 | + "phpdocumentor/type-resolver": "^0.2.0", | |
2025 | + "webmozart/assert": "^1.0" | |
1973 | 2026 | }, |
1974 | - "time": "2015-06-21 13:08:43", | |
1975 | - "type": "library", | |
1976 | - "extra": { | |
1977 | - "branch-alias": { | |
1978 | - "dev-master": "1.4.x-dev" | |
1979 | - } | |
2027 | + "require-dev": { | |
2028 | + "mockery/mockery": "^0.9.4", | |
2029 | + "phpunit/phpunit": "^4.4" | |
1980 | 2030 | }, |
2031 | + "time": "2016-06-10 09:48:41", | |
2032 | + "type": "library", | |
1981 | 2033 | "installation-source": "dist", |
1982 | 2034 | "autoload": { |
1983 | - "classmap": [ | |
1984 | - "src/" | |
1985 | - ] | |
2035 | + "psr-4": { | |
2036 | + "phpDocumentor\\Reflection\\": [ | |
2037 | + "src/" | |
2038 | + ] | |
2039 | + } | |
1986 | 2040 | }, |
1987 | 2041 | "notification-url": "https://packagist.org/downloads/", |
1988 | 2042 | "license": [ |
1989 | - "BSD-3-Clause" | |
2043 | + "MIT" | |
1990 | 2044 | ], |
1991 | 2045 | "authors": [ |
1992 | 2046 | { |
1993 | - "name": "Sebastian Bergmann", | |
1994 | - "email": "sb@sebastian-bergmann.de", | |
1995 | - "role": "lead" | |
2047 | + "name": "Mike van Riel", | |
2048 | + "email": "me@mikevanriel.com" | |
1996 | 2049 | } |
1997 | 2050 | ], |
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 | - ] | |
2051 | + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock." | |
2004 | 2052 | }, |
2005 | 2053 | { |
2006 | - "name": "sebastian/code-unit-reverse-lookup", | |
2007 | - "version": "1.0.0", | |
2008 | - "version_normalized": "1.0.0.0", | |
2054 | + "name": "phpspec/prophecy", | |
2055 | + "version": "v1.6.1", | |
2056 | + "version_normalized": "1.6.1.0", | |
2009 | 2057 | "source": { |
2010 | 2058 | "type": "git", |
2011 | - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
2012 | - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" | |
2059 | + "url": "https://github.com/phpspec/prophecy.git", | |
2060 | + "reference": "58a8137754bc24b25740d4281399a4a3596058e0" | |
2013 | 2061 | }, |
2014 | 2062 | "dist": { |
2015 | 2063 | "type": "zip", |
2016 | - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", | |
2017 | - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", | |
2064 | + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", | |
2065 | + "reference": "58a8137754bc24b25740d4281399a4a3596058e0", | |
2018 | 2066 | "shasum": "" |
2019 | 2067 | }, |
2020 | 2068 | "require": { |
2021 | - "php": ">=5.6" | |
2022 | - }, | |
2023 | - "require-dev": { | |
2024 | - "phpunit/phpunit": "~5" | |
2069 | + "doctrine/instantiator": "^1.0.2", | |
2070 | + "php": "^5.3|^7.0", | |
2071 | + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", | |
2072 | + "sebastian/comparator": "^1.1", | |
2073 | + "sebastian/recursion-context": "^1.0" | |
2025 | 2074 | }, |
2026 | - "time": "2016-02-13 06:45:14", | |
2075 | + "require-dev": { | |
2076 | + "phpspec/phpspec": "^2.0" | |
2077 | + }, | |
2078 | + "time": "2016-06-07 08:13:47", | |
2027 | 2079 | "type": "library", |
2028 | 2080 | "extra": { |
2029 | 2081 | "branch-alias": { |
2030 | - "dev-master": "1.0.x-dev" | |
2082 | + "dev-master": "1.6.x-dev" | |
2031 | 2083 | } |
2032 | 2084 | }, |
2033 | 2085 | "installation-source": "dist", |
2034 | 2086 | "autoload": { |
2035 | - "classmap": [ | |
2036 | - "src/" | |
2037 | - ] | |
2087 | + "psr-0": { | |
2088 | + "Prophecy\\": "src/" | |
2089 | + } | |
2038 | 2090 | }, |
2039 | 2091 | "notification-url": "https://packagist.org/downloads/", |
2040 | 2092 | "license": [ |
2041 | - "BSD-3-Clause" | |
2093 | + "MIT" | |
2042 | 2094 | ], |
2043 | 2095 | "authors": [ |
2044 | 2096 | { |
2045 | - "name": "Sebastian Bergmann", | |
2046 | - "email": "sebastian@phpunit.de" | |
2097 | + "name": "Konstantin Kudryashov", | |
2098 | + "email": "ever.zet@gmail.com", | |
2099 | + "homepage": "http://everzet.com" | |
2100 | + }, | |
2101 | + { | |
2102 | + "name": "Marcello Duarte", | |
2103 | + "email": "marcello.duarte@gmail.com" | |
2047 | 2104 | } |
2048 | 2105 | ], |
2049 | - "description": "Looks up which function or method a line of code belongs to", | |
2050 | - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/" | |
2106 | + "description": "Highly opinionated mocking framework for PHP 5.3+", | |
2107 | + "homepage": "https://github.com/phpspec/prophecy", | |
2108 | + "keywords": [ | |
2109 | + "Double", | |
2110 | + "Dummy", | |
2111 | + "fake", | |
2112 | + "mock", | |
2113 | + "spy", | |
2114 | + "stub" | |
2115 | + ] | |
2051 | 2116 | }, |
2052 | 2117 | { |
2053 | - "name": "phpunit/php-token-stream", | |
2054 | - "version": "1.4.8", | |
2055 | - "version_normalized": "1.4.8.0", | |
2118 | + "name": "phpunit/php-text-template", | |
2119 | + "version": "1.2.1", | |
2120 | + "version_normalized": "1.2.1.0", | |
2056 | 2121 | "source": { |
2057 | 2122 | "type": "git", |
2058 | - "url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
2059 | - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" | |
2123 | + "url": "https://github.com/sebastianbergmann/php-text-template.git", | |
2124 | + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
2060 | 2125 | }, |
2061 | 2126 | "dist": { |
2062 | 2127 | "type": "zip", |
2063 | - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", | |
2064 | - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", | |
2128 | + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
2129 | + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
2065 | 2130 | "shasum": "" |
2066 | 2131 | }, |
2067 | 2132 | "require": { |
2068 | - "ext-tokenizer": "*", | |
2069 | 2133 | "php": ">=5.3.3" |
2070 | 2134 | }, |
2071 | - "require-dev": { | |
2072 | - "phpunit/phpunit": "~4.2" | |
2073 | - }, | |
2074 | - "time": "2015-09-15 10:49:45", | |
2135 | + "time": "2015-06-21 13:50:34", | |
2075 | 2136 | "type": "library", |
2076 | - "extra": { | |
2077 | - "branch-alias": { | |
2078 | - "dev-master": "1.4-dev" | |
2079 | - } | |
2080 | - }, | |
2081 | 2137 | "installation-source": "dist", |
2082 | 2138 | "autoload": { |
2083 | 2139 | "classmap": [ |
... | ... | @@ -2091,53 +2147,51 @@ |
2091 | 2147 | "authors": [ |
2092 | 2148 | { |
2093 | 2149 | "name": "Sebastian Bergmann", |
2094 | - "email": "sebastian@phpunit.de" | |
2150 | + "email": "sebastian@phpunit.de", | |
2151 | + "role": "lead" | |
2095 | 2152 | } |
2096 | 2153 | ], |
2097 | - "description": "Wrapper around PHP's tokenizer extension.", | |
2098 | - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
2154 | + "description": "Simple template engine.", | |
2155 | + "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
2099 | 2156 | "keywords": [ |
2100 | - "tokenizer" | |
2157 | + "template" | |
2101 | 2158 | ] |
2102 | 2159 | }, |
2103 | 2160 | { |
2104 | - "name": "phpunit/php-code-coverage", | |
2105 | - "version": "4.0.0", | |
2106 | - "version_normalized": "4.0.0.0", | |
2161 | + "name": "phpunit/phpunit-mock-objects", | |
2162 | + "version": "3.2.1", | |
2163 | + "version_normalized": "3.2.1.0", | |
2107 | 2164 | "source": { |
2108 | 2165 | "type": "git", |
2109 | - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
2110 | - "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9" | |
2166 | + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | |
2167 | + "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3" | |
2111 | 2168 | }, |
2112 | 2169 | "dist": { |
2113 | 2170 | "type": "zip", |
2114 | - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9", | |
2115 | - "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9", | |
2171 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3", | |
2172 | + "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3", | |
2116 | 2173 | "shasum": "" |
2117 | 2174 | }, |
2118 | 2175 | "require": { |
2176 | + "doctrine/instantiator": "^1.0.2", | |
2119 | 2177 | "php": "^5.6 || ^7.0", |
2120 | - "phpunit/php-file-iterator": "~1.3", | |
2121 | - "phpunit/php-text-template": "~1.2", | |
2122 | - "phpunit/php-token-stream": "^1.4.2", | |
2123 | - "sebastian/code-unit-reverse-lookup": "~1.0", | |
2124 | - "sebastian/environment": "^1.3.2", | |
2125 | - "sebastian/version": "~1.0|~2.0" | |
2178 | + "phpunit/php-text-template": "^1.2", | |
2179 | + "sebastian/exporter": "^1.2" | |
2180 | + }, | |
2181 | + "conflict": { | |
2182 | + "phpunit/phpunit": "<5.4.0" | |
2126 | 2183 | }, |
2127 | 2184 | "require-dev": { |
2128 | - "ext-xdebug": ">=2.1.4", | |
2129 | 2185 | "phpunit/phpunit": "^5.4" |
2130 | 2186 | }, |
2131 | 2187 | "suggest": { |
2132 | - "ext-dom": "*", | |
2133 | - "ext-xdebug": ">=2.4.0", | |
2134 | - "ext-xmlwriter": "*" | |
2188 | + "ext-soap": "*" | |
2135 | 2189 | }, |
2136 | - "time": "2016-06-03 05:03:56", | |
2190 | + "time": "2016-06-04 05:52:19", | |
2137 | 2191 | "type": "library", |
2138 | 2192 | "extra": { |
2139 | 2193 | "branch-alias": { |
2140 | - "dev-master": "4.0.x-dev" | |
2194 | + "dev-master": "3.2.x-dev" | |
2141 | 2195 | } |
2142 | 2196 | }, |
2143 | 2197 | "installation-source": "dist", |
... | ... | @@ -2157,87 +2211,81 @@ |
2157 | 2211 | "role": "lead" |
2158 | 2212 | } |
2159 | 2213 | ], |
2160 | - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", | |
2161 | - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
2214 | + "description": "Mock Object library for PHPUnit", | |
2215 | + "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", | |
2162 | 2216 | "keywords": [ |
2163 | - "coverage", | |
2164 | - "testing", | |
2217 | + "mock", | |
2165 | 2218 | "xunit" |
2166 | 2219 | ] |
2167 | 2220 | }, |
2168 | 2221 | { |
2169 | - "name": "webmozart/assert", | |
2170 | - "version": "1.0.2", | |
2171 | - "version_normalized": "1.0.2.0", | |
2222 | + "name": "phpunit/php-timer", | |
2223 | + "version": "1.0.8", | |
2224 | + "version_normalized": "1.0.8.0", | |
2172 | 2225 | "source": { |
2173 | 2226 | "type": "git", |
2174 | - "url": "https://github.com/webmozart/assert.git", | |
2175 | - "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" | |
2227 | + "url": "https://github.com/sebastianbergmann/php-timer.git", | |
2228 | + "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" | |
2176 | 2229 | }, |
2177 | 2230 | "dist": { |
2178 | 2231 | "type": "zip", |
2179 | - "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", | |
2180 | - "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", | |
2232 | + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", | |
2233 | + "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", | |
2181 | 2234 | "shasum": "" |
2182 | 2235 | }, |
2183 | 2236 | "require": { |
2184 | 2237 | "php": ">=5.3.3" |
2185 | 2238 | }, |
2186 | 2239 | "require-dev": { |
2187 | - "phpunit/phpunit": "^4.6" | |
2240 | + "phpunit/phpunit": "~4|~5" | |
2188 | 2241 | }, |
2189 | - "time": "2015-08-24 13:29:44", | |
2242 | + "time": "2016-05-12 18:03:57", | |
2190 | 2243 | "type": "library", |
2191 | - "extra": { | |
2192 | - "branch-alias": { | |
2193 | - "dev-master": "1.0-dev" | |
2194 | - } | |
2195 | - }, | |
2196 | 2244 | "installation-source": "dist", |
2197 | 2245 | "autoload": { |
2198 | - "psr-4": { | |
2199 | - "Webmozart\\Assert\\": "src/" | |
2200 | - } | |
2246 | + "classmap": [ | |
2247 | + "src/" | |
2248 | + ] | |
2201 | 2249 | }, |
2202 | 2250 | "notification-url": "https://packagist.org/downloads/", |
2203 | 2251 | "license": [ |
2204 | - "MIT" | |
2252 | + "BSD-3-Clause" | |
2205 | 2253 | ], |
2206 | 2254 | "authors": [ |
2207 | 2255 | { |
2208 | - "name": "Bernhard Schussek", | |
2209 | - "email": "bschussek@gmail.com" | |
2256 | + "name": "Sebastian Bergmann", | |
2257 | + "email": "sb@sebastian-bergmann.de", | |
2258 | + "role": "lead" | |
2210 | 2259 | } |
2211 | 2260 | ], |
2212 | - "description": "Assertions to validate method input/output with nice error messages.", | |
2261 | + "description": "Utility class for timing", | |
2262 | + "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
2213 | 2263 | "keywords": [ |
2214 | - "assert", | |
2215 | - "check", | |
2216 | - "validate" | |
2264 | + "timer" | |
2217 | 2265 | ] |
2218 | 2266 | }, |
2219 | 2267 | { |
2220 | - "name": "phpdocumentor/reflection-common", | |
2221 | - "version": "1.0", | |
2268 | + "name": "sebastian/code-unit-reverse-lookup", | |
2269 | + "version": "1.0.0", | |
2222 | 2270 | "version_normalized": "1.0.0.0", |
2223 | 2271 | "source": { |
2224 | 2272 | "type": "git", |
2225 | - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
2226 | - "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" | |
2273 | + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
2274 | + "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" | |
2227 | 2275 | }, |
2228 | 2276 | "dist": { |
2229 | 2277 | "type": "zip", |
2230 | - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", | |
2231 | - "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", | |
2278 | + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", | |
2279 | + "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", | |
2232 | 2280 | "shasum": "" |
2233 | 2281 | }, |
2234 | 2282 | "require": { |
2235 | - "php": ">=5.5" | |
2283 | + "php": ">=5.6" | |
2236 | 2284 | }, |
2237 | 2285 | "require-dev": { |
2238 | - "phpunit/phpunit": "^4.6" | |
2286 | + "phpunit/phpunit": "~5" | |
2239 | 2287 | }, |
2240 | - "time": "2015-12-27 11:43:31", | |
2288 | + "time": "2016-02-13 06:45:14", | |
2241 | 2289 | "type": "library", |
2242 | 2290 | "extra": { |
2243 | 2291 | "branch-alias": { |
... | ... | @@ -2246,234 +2294,186 @@ |
2246 | 2294 | }, |
2247 | 2295 | "installation-source": "dist", |
2248 | 2296 | "autoload": { |
2249 | - "psr-4": { | |
2250 | - "phpDocumentor\\Reflection\\": [ | |
2251 | - "src" | |
2252 | - ] | |
2253 | - } | |
2297 | + "classmap": [ | |
2298 | + "src/" | |
2299 | + ] | |
2254 | 2300 | }, |
2255 | 2301 | "notification-url": "https://packagist.org/downloads/", |
2256 | 2302 | "license": [ |
2257 | - "MIT" | |
2303 | + "BSD-3-Clause" | |
2258 | 2304 | ], |
2259 | 2305 | "authors": [ |
2260 | 2306 | { |
2261 | - "name": "Jaap van Otterdijk", | |
2262 | - "email": "opensource@ijaap.nl" | |
2307 | + "name": "Sebastian Bergmann", | |
2308 | + "email": "sebastian@phpunit.de" | |
2263 | 2309 | } |
2264 | 2310 | ], |
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 | - ] | |
2311 | + "description": "Looks up which function or method a line of code belongs to", | |
2312 | + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/" | |
2274 | 2313 | }, |
2275 | 2314 | { |
2276 | - "name": "phpdocumentor/type-resolver", | |
2277 | - "version": "0.2", | |
2278 | - "version_normalized": "0.2.0.0", | |
2315 | + "name": "phpunit/php-token-stream", | |
2316 | + "version": "1.4.8", | |
2317 | + "version_normalized": "1.4.8.0", | |
2279 | 2318 | "source": { |
2280 | 2319 | "type": "git", |
2281 | - "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
2282 | - "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" | |
2320 | + "url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
2321 | + "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" | |
2283 | 2322 | }, |
2284 | 2323 | "dist": { |
2285 | 2324 | "type": "zip", |
2286 | - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", | |
2287 | - "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", | |
2325 | + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", | |
2326 | + "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", | |
2288 | 2327 | "shasum": "" |
2289 | 2328 | }, |
2290 | 2329 | "require": { |
2291 | - "php": ">=5.5", | |
2292 | - "phpdocumentor/reflection-common": "^1.0" | |
2330 | + "ext-tokenizer": "*", | |
2331 | + "php": ">=5.3.3" | |
2293 | 2332 | }, |
2294 | 2333 | "require-dev": { |
2295 | - "mockery/mockery": "^0.9.4", | |
2296 | - "phpunit/phpunit": "^5.2||^4.8.24" | |
2334 | + "phpunit/phpunit": "~4.2" | |
2297 | 2335 | }, |
2298 | - "time": "2016-06-10 07:14:17", | |
2336 | + "time": "2015-09-15 10:49:45", | |
2299 | 2337 | "type": "library", |
2300 | 2338 | "extra": { |
2301 | 2339 | "branch-alias": { |
2302 | - "dev-master": "1.0.x-dev" | |
2340 | + "dev-master": "1.4-dev" | |
2303 | 2341 | } |
2304 | 2342 | }, |
2305 | 2343 | "installation-source": "dist", |
2306 | 2344 | "autoload": { |
2307 | - "psr-4": { | |
2308 | - "phpDocumentor\\Reflection\\": [ | |
2309 | - "src/" | |
2310 | - ] | |
2311 | - } | |
2345 | + "classmap": [ | |
2346 | + "src/" | |
2347 | + ] | |
2312 | 2348 | }, |
2313 | 2349 | "notification-url": "https://packagist.org/downloads/", |
2314 | 2350 | "license": [ |
2315 | - "MIT" | |
2351 | + "BSD-3-Clause" | |
2316 | 2352 | ], |
2317 | 2353 | "authors": [ |
2318 | 2354 | { |
2319 | - "name": "Mike van Riel", | |
2320 | - "email": "me@mikevanriel.com" | |
2355 | + "name": "Sebastian Bergmann", | |
2356 | + "email": "sebastian@phpunit.de" | |
2321 | 2357 | } |
2358 | + ], | |
2359 | + "description": "Wrapper around PHP's tokenizer extension.", | |
2360 | + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
2361 | + "keywords": [ | |
2362 | + "tokenizer" | |
2322 | 2363 | ] |
2323 | 2364 | }, |
2324 | 2365 | { |
2325 | - "name": "phpdocumentor/reflection-docblock", | |
2326 | - "version": "3.1.0", | |
2327 | - "version_normalized": "3.1.0.0", | |
2366 | + "name": "phpunit/php-file-iterator", | |
2367 | + "version": "1.4.1", | |
2368 | + "version_normalized": "1.4.1.0", | |
2328 | 2369 | "source": { |
2329 | 2370 | "type": "git", |
2330 | - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
2331 | - "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" | |
2371 | + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
2372 | + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" | |
2332 | 2373 | }, |
2333 | 2374 | "dist": { |
2334 | 2375 | "type": "zip", |
2335 | - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", | |
2336 | - "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", | |
2376 | + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", | |
2377 | + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", | |
2337 | 2378 | "shasum": "" |
2338 | 2379 | }, |
2339 | 2380 | "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" | |
2381 | + "php": ">=5.3.3" | |
2348 | 2382 | }, |
2349 | - "time": "2016-06-10 09:48:41", | |
2383 | + "time": "2015-06-21 13:08:43", | |
2350 | 2384 | "type": "library", |
2385 | + "extra": { | |
2386 | + "branch-alias": { | |
2387 | + "dev-master": "1.4.x-dev" | |
2388 | + } | |
2389 | + }, | |
2351 | 2390 | "installation-source": "dist", |
2352 | 2391 | "autoload": { |
2353 | - "psr-4": { | |
2354 | - "phpDocumentor\\Reflection\\": [ | |
2355 | - "src/" | |
2356 | - ] | |
2357 | - } | |
2392 | + "classmap": [ | |
2393 | + "src/" | |
2394 | + ] | |
2358 | 2395 | }, |
2359 | 2396 | "notification-url": "https://packagist.org/downloads/", |
2360 | 2397 | "license": [ |
2361 | - "MIT" | |
2398 | + "BSD-3-Clause" | |
2362 | 2399 | ], |
2363 | 2400 | "authors": [ |
2364 | 2401 | { |
2365 | - "name": "Mike van Riel", | |
2366 | - "email": "me@mikevanriel.com" | |
2402 | + "name": "Sebastian Bergmann", | |
2403 | + "email": "sb@sebastian-bergmann.de", | |
2404 | + "role": "lead" | |
2367 | 2405 | } |
2368 | 2406 | ], |
2369 | - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock." | |
2407 | + "description": "FilterIterator implementation that filters files based on a list of suffixes.", | |
2408 | + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
2409 | + "keywords": [ | |
2410 | + "filesystem", | |
2411 | + "iterator" | |
2412 | + ] | |
2370 | 2413 | }, |
2371 | 2414 | { |
2372 | - "name": "phpspec/prophecy", | |
2373 | - "version": "v1.6.1", | |
2374 | - "version_normalized": "1.6.1.0", | |
2415 | + "name": "phpunit/php-code-coverage", | |
2416 | + "version": "4.0.0", | |
2417 | + "version_normalized": "4.0.0.0", | |
2375 | 2418 | "source": { |
2376 | 2419 | "type": "git", |
2377 | - "url": "https://github.com/phpspec/prophecy.git", | |
2378 | - "reference": "58a8137754bc24b25740d4281399a4a3596058e0" | |
2420 | + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
2421 | + "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9" | |
2379 | 2422 | }, |
2380 | 2423 | "dist": { |
2381 | 2424 | "type": "zip", |
2382 | - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", | |
2383 | - "reference": "58a8137754bc24b25740d4281399a4a3596058e0", | |
2425 | + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9", | |
2426 | + "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9", | |
2384 | 2427 | "shasum": "" |
2385 | 2428 | }, |
2386 | 2429 | "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" | |
2430 | + "php": "^5.6 || ^7.0", | |
2431 | + "phpunit/php-file-iterator": "~1.3", | |
2432 | + "phpunit/php-text-template": "~1.2", | |
2433 | + "phpunit/php-token-stream": "^1.4.2", | |
2434 | + "sebastian/code-unit-reverse-lookup": "~1.0", | |
2435 | + "sebastian/environment": "^1.3.2", | |
2436 | + "sebastian/version": "~1.0|~2.0" | |
2392 | 2437 | }, |
2393 | 2438 | "require-dev": { |
2394 | - "phpspec/phpspec": "^2.0" | |
2439 | + "ext-xdebug": ">=2.1.4", | |
2440 | + "phpunit/phpunit": "^5.4" | |
2395 | 2441 | }, |
2396 | - "time": "2016-06-07 08:13:47", | |
2442 | + "suggest": { | |
2443 | + "ext-dom": "*", | |
2444 | + "ext-xdebug": ">=2.4.0", | |
2445 | + "ext-xmlwriter": "*" | |
2446 | + }, | |
2447 | + "time": "2016-06-03 05:03:56", | |
2397 | 2448 | "type": "library", |
2398 | 2449 | "extra": { |
2399 | 2450 | "branch-alias": { |
2400 | - "dev-master": "1.6.x-dev" | |
2451 | + "dev-master": "4.0.x-dev" | |
2401 | 2452 | } |
2402 | 2453 | }, |
2403 | 2454 | "installation-source": "dist", |
2404 | 2455 | "autoload": { |
2405 | - "psr-0": { | |
2406 | - "Prophecy\\": "src/" | |
2407 | - } | |
2456 | + "classmap": [ | |
2457 | + "src/" | |
2458 | + ] | |
2408 | 2459 | }, |
2409 | 2460 | "notification-url": "https://packagist.org/downloads/", |
2410 | 2461 | "license": [ |
2411 | - "MIT" | |
2462 | + "BSD-3-Clause" | |
2412 | 2463 | ], |
2413 | 2464 | "authors": [ |
2414 | 2465 | { |
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/" | |
2466 | + "name": "Sebastian Bergmann", | |
2467 | + "email": "sb@sebastian-bergmann.de", | |
2468 | + "role": "lead" | |
2463 | 2469 | } |
2464 | - }, | |
2465 | - "notification-url": "https://packagist.org/downloads/", | |
2466 | - "license": [ | |
2467 | - "MIT" | |
2468 | 2470 | ], |
2469 | - "description": "Create deep copies (clones) of your objects", | |
2470 | - "homepage": "https://github.com/myclabs/DeepCopy", | |
2471 | + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", | |
2472 | + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
2471 | 2473 | "keywords": [ |
2472 | - "clone", | |
2473 | - "copy", | |
2474 | - "duplicate", | |
2475 | - "object", | |
2476 | - "object graph" | |
2474 | + "coverage", | |
2475 | + "testing", | |
2476 | + "xunit" | |
2477 | 2477 | ] |
2478 | 2478 | }, |
2479 | 2479 | { | ... | ... |