Advertisement
Guest User

Untitled

a guest
Aug 7th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 16.37 KB | None | 0 0
  1. diff --git a/composer.json b/composer.json
  2. index 49ddd38..9a27adc 100644
  3. --- a/composer.json
  4. +++ b/composer.json
  5. @@ -2,8 +2,8 @@
  6.      "require": {
  7.          "php": ">=5.3.3",
  8.          "polderknowledge/entityservice": "dev-master",
  9. -        "youngguns/log": "0.16.0",
  10. -        "youngguns/modulemanager": "0.16.0",
  11. +        "youngguns/log": "~0.16",
  12. +        "youngguns/modulemanager": "~0.16",
  13.          "zendframework/zendframework": "2.4.*",
  14.          "zfcampus/zf-development-mode": "~2.0",
  15.          "youngguns/localemodule": "^0.2.1"
  16. diff --git a/composer.lock b/composer.lock
  17. index 9591a8c..596e565 100644
  18. --- a/composer.lock
  19. +++ b/composer.lock
  20. @@ -4,25 +4,28 @@
  21.          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  22.          "This file is @generated automatically"
  23.      ],
  24. -    "hash": "8bd5ad6b3aabcbed5f4521f665af6463",
  25. +    "hash": "e9b6ca49ad38cef48ae0d269393fb8d4",
  26.      "packages": [
  27.          {
  28.              "name": "doctrine/collections",
  29. -            "version": "v1.2",
  30. +            "version": "v1.3.0",
  31.              "source": {
  32.                  "type": "git",
  33.                  "url": "https://github.com/doctrine/collections.git",
  34. -                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
  35. +                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
  36.              },
  37.              "dist": {
  38.                  "type": "zip",
  39. -                "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
  40. -                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
  41. +                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  42. +                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  43.                  "shasum": ""
  44.              },
  45.              "require": {
  46.                  "php": ">=5.3.2"
  47.              },
  48. +            "require-dev": {
  49. +                "phpunit/phpunit": "~4.0"
  50. +            },
  51.              "type": "library",
  52.              "extra": {
  53.                  "branch-alias": {
  54. @@ -40,17 +43,6 @@
  55.              ],
  56.              "authors": [
  57.                  {
  58. -                    "name": "Jonathan Wage",
  59. -                    "email": "jonwage@gmail.com",
  60. -                    "homepage": "http://www.jwage.com/",
  61. -                    "role": "Creator"
  62. -                },
  63. -                {
  64. -                    "name": "Guilherme Blanco",
  65. -                    "email": "guilhermeblanco@gmail.com",
  66. -                    "homepage": "http://www.instaclick.com"
  67. -                },
  68. -                {
  69.                      "name": "Roman Borschel",
  70.                      "email": "roman@code-factory.org"
  71.                  },
  72. @@ -59,10 +51,16 @@
  73.                      "email": "kontakt@beberlei.de"
  74.                  },
  75.                  {
  76. +                    "name": "Guilherme Blanco",
  77. +                    "email": "guilhermeblanco@gmail.com"
  78. +                },
  79. +                {
  80. +                    "name": "Jonathan Wage",
  81. +                    "email": "jonwage@gmail.com"
  82. +                },
  83. +                {
  84.                      "name": "Johannes Schmitt",
  85. -                    "email": "schmittjoh@gmail.com",
  86. -                    "homepage": "https://github.com/schmittjoh",
  87. -                    "role": "Developer of wrapped JMSSerializerBundle"
  88. +                    "email": "schmittjoh@gmail.com"
  89.                  }
  90.              ],
  91.              "description": "Collections Abstraction library",
  92. @@ -72,7 +70,7 @@
  93.                  "collections",
  94.                  "iterator"
  95.              ],
  96. -            "time": "2014-02-03 23:07:43"
  97. +            "time": "2015-04-14 22:21:58"
  98.          },
  99.          {
  100.              "name": "polderknowledge/entityservice",
  101. @@ -80,23 +78,18 @@
  102.              "source": {
  103.                  "type": "git",
  104.                  "url": "git@git.redknot.nl:polderknowledge/entityservice.git",
  105. -                "reference": "f4a1c3963a89e07eda51868c5b8b61295f3de40d"
  106. +                "reference": "c0a0b8f060553ba4157efb2b8c80c0fd4d9420bf"
  107.              },
  108.              "require": {
  109. -                "doctrine/collections": "1.2.*",
  110. +                "doctrine/collections": "~1.2",
  111.                  "php": ">=5.5.0",
  112.                  "youngguns/stdlib": ">=0.16,<1.0",
  113.                  "zendframework/zend-eventmanager": "~2",
  114.                  "zendframework/zend-servicemanager": "~2"
  115.              },
  116.              "require-dev": {
  117. -                "doctrine/orm": "2.4.*",
  118. -                "pdepend/pdepend": "1.*",
  119. -                "phing/phing": "2.10.*",
  120. -                "phpdocumentor/phpdocumentor": "~2.8",
  121. -                "phpmd/phpmd": "1.*",
  122. -                "phpunit/phpunit": "~4.0",
  123. -                "squizlabs/php_codesniffer": "2.*",
  124. +                "doctrine/orm": "~2.4",
  125. +                "polderknowledge/build-tools": "dev-master@dev",
  126.                  "zendframework/zend-paginator": "~2",
  127.                  "zendframework/zend-validator": "~2"
  128.              },
  129. @@ -109,7 +102,12 @@
  130.                      "PolderKnowledge\\EntityService\\": "src/"
  131.                  }
  132.              },
  133. -            "time": "2015-04-17 07:23:31"
  134. +            "autoload-dev": {
  135. +                "psr-4": {
  136. +                    "PolderKnowledge\\EntityServiceTest\\": "tests/"
  137. +                }
  138. +            },
  139. +            "time": "2015-07-07 11:04:56"
  140.          },
  141.          {
  142.              "name": "youngguns/localemodule",
  143. @@ -132,31 +130,45 @@
  144.          },
  145.          {
  146.              "name": "youngguns/log",
  147. -            "version": "0.16.0",
  148. -            "target-dir": "Youngguns/Log",
  149. +            "version": "0.17.0",
  150.              "source": {
  151.                  "type": "git",
  152.                  "url": "git@git.redknot.nl:youngguns/log.git",
  153. -                "reference": "0.16.0"
  154. +                "reference": "523712b64e0aadedebe8b8b1379b78bfe53f761d"
  155.              },
  156.              "require": {
  157.                  "php": ">=5.3.3",
  158.                  "zendframework/zend-log": "2.*"
  159.              },
  160. +            "require-dev": {
  161. +                "phpunit/phpunit": "~4.0",
  162. +                "zendframework/zend-mvc": "~2.0",
  163. +                "zendframework/zend-view": "~2.0"
  164. +            },
  165.              "type": "library",
  166.              "autoload": {
  167. -                "psr-0": {
  168. -                    "Youngguns\\Log\\": ""
  169. +                "psr-4": {
  170. +                    "Youngguns\\Log\\": "src/"
  171.                  }
  172.              },
  173. +            "autoload-dev": {
  174. +                "psr-4": {
  175. +                    "YounggunsTest\\Log\\": "tests/"
  176. +                },
  177. +                "files": [
  178. +                    "tests/functions.php",
  179. +                    "tests/ServiceLocatorStub.php"
  180. +                ]
  181. +            },
  182.              "license": [
  183.                  "proprietary"
  184.              ],
  185.              "description": "Log component",
  186. +            "homepage": "http://developers.polderknowledge.nl/gitlab/youngguns/log",
  187.              "keywords": [
  188.                  "YoungGuns"
  189.              ],
  190. -            "time": "2015-01-21 09:34:25"
  191. +            "time": "2015-06-29 13:57:01"
  192.          },
  193.          {
  194.              "name": "youngguns/modulemanager",
  195. @@ -189,51 +201,68 @@
  196.          },
  197.          {
  198.              "name": "youngguns/stdlib",
  199. -            "version": "0.16.0",
  200. -            "target-dir": "Youngguns/StdLib",
  201. +            "version": "0.17.0",
  202.              "source": {
  203.                  "type": "git",
  204.                  "url": "git@git.redknot.nl:youngguns/stdlib.git",
  205. -                "reference": "0.16.0"
  206. +                "reference": "bbc6e15d65f53331416e380ef61603c3be774781"
  207.              },
  208.              "require": {
  209.                  "php": ">=5.3.3"
  210.              },
  211. +            "require-dev": {
  212. +                "doctrine/collections": "~1.2",
  213. +                "phpunit/phpunit": "~4.0",
  214. +                "youngguns/doctrine": "~0.9",
  215. +                "zendframework/zend-code": "~2.0",
  216. +                "zendframework/zend-eventmanager": "~2.0",
  217. +                "zendframework/zend-servicemanager": "~2.0"
  218. +            },
  219.              "suggest": {
  220.                  "doctrine/collection": "Criteria are used by Creterion namespace in this package"
  221.              },
  222.              "type": "library",
  223.              "autoload": {
  224. -                "psr-0": {
  225. -                    "Youngguns\\StdLib\\": ""
  226. +                "psr-4": {
  227. +                    "Youngguns\\StdLib\\": "src/"
  228.                  }
  229.              },
  230. +            "autoload-dev": {
  231. +                "psr-4": {
  232. +                    "YounggunsTest\\StdLib\\": "tests/"
  233. +                },
  234. +                "files": [
  235. +                    "tests/functions.php",
  236. +                    "tests/ServiceLocatorStub.php"
  237. +                ]
  238. +            },
  239.              "license": [
  240.                  "proprietary"
  241.              ],
  242.              "description": "StdLib component",
  243. +            "homepage": "http://developers.polderknowledge.nl/gitlab/youngguns/stdlib",
  244.              "keywords": [
  245.                  "YoungGuns"
  246.              ],
  247. -            "time": "2015-01-21 09:34:47"
  248. +            "time": "2015-06-29 13:57:01"
  249.          },
  250.          {
  251.              "name": "zendframework/zendframework",
  252. -            "version": "2.4.1",
  253. +            "version": "2.4.6",
  254.              "source": {
  255.                  "type": "git",
  256.                  "url": "https://github.com/zendframework/zf2.git",
  257. -                "reference": "3b3b6f3374525344097024e9a05bcf24e46e3011"
  258. +                "reference": "e0fc119111bace89e0ab7da57ab24d49713a17d1"
  259.              },
  260.              "dist": {
  261.                  "type": "zip",
  262. -                "url": "https://api.github.com/repos/zendframework/zf2/zipball/3b3b6f3374525344097024e9a05bcf24e46e3011",
  263. -                "reference": "3b3b6f3374525344097024e9a05bcf24e46e3011",
  264. +                "url": "https://api.github.com/repos/zendframework/zf2/zipball/e0fc119111bace89e0ab7da57ab24d49713a17d1",
  265. +                "reference": "e0fc119111bace89e0ab7da57ab24d49713a17d1",
  266.                  "shasum": ""
  267.              },
  268.              "require": {
  269.                  "php": ">=5.3.23",
  270. -                "zendframework/zendxml": "~1.0-dev"
  271. +                "zendframework/zendxml": "^1.0.1"
  272.              },
  273.              "replace": {
  274.                  "zendframework/zend-authentication": "self.version",
  275. @@ -332,28 +361,28 @@
  276.                  "framework",
  277.                  "zf2"
  278.              ],
  279. -            "time": "2015-05-07 17:08:57"
  280. +            "time": "2015-08-03 15:03:22"
  281.          },
  282.          {
  283.              "name": "zendframework/zendxml",
  284. -            "version": "1.0.0",
  285. +            "version": "1.0.1",
  286.              "source": {
  287.                  "type": "git",
  288.                  "url": "https://github.com/zendframework/ZendXml.git",
  289. -                "reference": "559b34f426d33a11c3db118e00ce14bb8dc64e5f"
  290. +                "reference": "54edb3875aba5b45f02824f65f311c9fb2743a38"
  291.              },
  292.              "dist": {
  293.                  "type": "zip",
  294. -                "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/559b34f426d33a11c3db118e00ce14bb8dc64e5f",
  295. -                "reference": "559b34f426d33a11c3db118e00ce14bb8dc64e5f",
  296. +                "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/54edb3875aba5b45f02824f65f311c9fb2743a38",
  297. +                "reference": "54edb3875aba5b45f02824f65f311c9fb2743a38",
  298.                  "shasum": ""
  299.              },
  300.              "require": {
  301.                  "php": ">=5.3.3"
  302.              },
  303.              "require-dev": {
  304. -                "fabpot/php-cs-fixer": "*@dev",
  305. -                "phpunit/phpunit": "~3.7"
  306. +                "phpunit/phpunit": "~3.7",
  307. +                "squizlabs/php_codesniffer": "~1.5"
  308.              },
  309.              "type": "library",
  310.              "extra": {
  311. @@ -363,7 +392,7 @@
  312.              },
  313.              "autoload": {
  314.                  "psr-0": {
  315. -                    "ZendXml": "library/"
  316. +                    "ZendXml\\": "library/"
  317.                  }
  318.              },
  319.              "notification-url": "https://packagist.org/downloads/",
  320. @@ -377,29 +406,29 @@
  321.                  "xml",
  322.                  "zf2"
  323.              ],
  324. -            "time": "2014-03-05 22:25:44"
  325. +            "time": "2015-08-03 14:50:10"
  326.          },
  327.          {
  328.              "name": "zfcampus/zf-development-mode",
  329. -            "version": "2.0.5",
  330. +            "version": "2.1.0",
  331.              "source": {
  332.                  "type": "git",
  333.                  "url": "https://github.com/zfcampus/zf-development-mode.git",
  334. -                "reference": "1199c45418ba6328576c84a5e6c848da6fb29953"
  335. +                "reference": "ff073d20bc9edb652e2e75d7323f1857f190d66b"
  336.              },
  337.              "dist": {
  338.                  "type": "zip",
  339. -                "url": "https://api.github.com/repos/zfcampus/zf-development-mode/zipball/1199c45418ba6328576c84a5e6c848da6fb29953",
  340. -                "reference": "1199c45418ba6328576c84a5e6c848da6fb29953",
  341. +                "url": "https://api.github.com/repos/zfcampus/zf-development-mode/zipball/ff073d20bc9edb652e2e75d7323f1857f190d66b",
  342. +                "reference": "ff073d20bc9edb652e2e75d7323f1857f190d66b",
  343.                  "shasum": ""
  344.              },
  345.              "require": {
  346. -                "php": ">=5.3.23",
  347. -                "zendframework/zend-console": ">=2.2.2,<3.0",
  348. -                "zendframework/zend-mvc": ">=2.2.2,<3.0"
  349. +                "php": ">=5.5",
  350. +                "zendframework/zend-console": "^2.2.2",
  351. +                "zendframework/zend-mvc": "^2.2.2"
  352.              },
  353.              "require-dev": {
  354. -                "squizlabs/php_codesniffer": "~1.5"
  355. +                "squizlabs/php_codesniffer": "^2.3.1"
  356.              },
  357.              "suggest": {
  358.                  "zendframework/zend-developer-tools": "dev-master",
  359. @@ -408,8 +437,8 @@
  360.              "type": "library",
  361.              "extra": {
  362.                  "branch-alias": {
  363. -                    "dev-master": "2.0-dev",
  364. -                    "dev-develop": "2.1-dev"
  365. +                    "dev-master": "2.1-dev",
  366. +                    "dev-develop": "2.2-dev"
  367.                  }
  368.              },
  369.              "autoload": {
  370. @@ -441,7 +470,7 @@
  371.                  "framework",
  372.                  "zf2"
  373.              ],
  374. -            "time": "2015-04-16 14:42:54"
  375. +            "time": "2015-07-15 16:37:11"
  376.          }
  377.      ],
  378.      "packages-dev": [
  379. diff --git a/config/application.config.php b/config/application.config.php
  380. index 2083a94..da4d4ab 100644
  381. --- a/config/application.config.php
  382. +++ b/config/application.config.php
  383. @@ -26,11 +26,6 @@ return array(
  384.          ),
  385.      ),
  386.      'service_manager' => array(
  387. -        'delegators' => array(
  388. -            'ModuleManager' => array(
  389. -                'Youngguns\ModuleManager\ClientsConfigDelegatorFactory'
  390. -            ),
  391. -        ),
  392.          'factories' => array(
  393.              'LazyServiceFactory' => 'Zend\ServiceManager\Proxy\LazyServiceFactoryFactory',
  394.          ),
  395. diff --git a/public/.htaccess b/public/.htaccess
  396. index ce5ff60..390346f 100644
  397. --- a/public/.htaccess
  398. +++ b/public/.htaccess
  399. @@ -1,9 +1,9 @@
  400.  RewriteEngine On
  401.  
  402. -# The following makes sure that when the requested URL does not start
  403. +# The following makes sure that when the requested URL does not start
  404.  # with www, we make it sure it does.
  405. -RewriteCond %{HTTP_HOST} !^www\. [NC]
  406. -RewriteRule ^(.*)$ http://www.%{SERVER_NAME}/$1 [L,R=301]
  407. +# RewriteCond %{HTTP_HOST} !^www\. [NC]
  408. +# RewriteRule ^(.*)$ http://www.%{SERVER_NAME}/$1 [L,R=301]
  409.  
  410.  # The following rule tells Apache that if the requested filename
  411.  # exists, simply serve it.
  412. @@ -12,11 +12,11 @@ RewriteCond %{REQUEST_FILENAME} -l [OR]
  413.  RewriteCond %{REQUEST_FILENAME} -d
  414.  RewriteRule ^.*$ - [NC,L]
  415.  
  416. -# The following rewrites all other queries to index.php. The
  417. +# The following rewrites all other queries to index.php. The
  418.  # condition ensures that if you are using Apache aliases to do
  419. -# mass virtual hosting, the base path will be prepended to
  420. +# mass virtual hosting, the base path will be prepended to
  421.  # allow proper resolution of the index.php file; it will work
  422. -# in non-aliased environments as well, providing a safe, one-size
  423. +# in non-aliased environments as well, providing a safe, one-size
  424.  # fits all solution.
  425.  RewriteCond %{REQUEST_URI}::$1 ^(/.+)(.+)::\2$
  426.  RewriteRule ^(.*) - [E=BASE:%1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement