composer.lock 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. {
  2. "hash": "d6ab8cb8165ca974ca74a34b6692e8e8",
  3. "packages": [
  4. {
  5. "name": "opauth/opauth",
  6. "version": "0.4.2",
  7. "source": {
  8. "type": "git",
  9. "url": "git://github.com/uzyn/opauth.git",
  10. "reference": "0.4.2"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://github.com/uzyn/opauth/zipball/0.4.2",
  15. "reference": "0.4.2",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.2.0"
  20. },
  21. "suggest": {
  22. "opauth/facebook": "Allows Facebook authentication",
  23. "opauth/google": "Allows Google authentication",
  24. "opauth/twitter": "Allows Twitter authentication"
  25. },
  26. "time": "2012-08-28 06:07:13",
  27. "type": "library",
  28. "installation-source": "dist",
  29. "autoload": {
  30. "psr-0": {
  31. "": "lib/Opauth/",
  32. "Opauth": "lib/"
  33. }
  34. },
  35. "license": [
  36. "MIT"
  37. ],
  38. "authors": [
  39. {
  40. "name": "U-Zyn Chua",
  41. "email": "chua@uzyn.com",
  42. "homepage": "http://uzyn.com"
  43. }
  44. ],
  45. "description": "Multi-provider authentication framework for PHP",
  46. "homepage": "http://opauth.org",
  47. "keywords": [
  48. "OpenId",
  49. "Authentication",
  50. "oauth",
  51. "twitter",
  52. "google",
  53. "facebook",
  54. "auth",
  55. "omniauth"
  56. ]
  57. }
  58. ],
  59. "packages-dev": [
  60. {
  61. "name": "opauth/facebook",
  62. "version": "dev-master",
  63. "source": {
  64. "type": "git",
  65. "url": "git://github.com/uzyn/opauth-facebook.git",
  66. "reference": "0.2.1"
  67. },
  68. "dist": {
  69. "type": "zip",
  70. "url": "https://github.com/uzyn/opauth-facebook/zipball/0.2.1",
  71. "reference": "0.2.1",
  72. "shasum": ""
  73. },
  74. "require": {
  75. "php": ">=5.2.0",
  76. "opauth/opauth": ">=0.2.0"
  77. },
  78. "time": "1348202855",
  79. "type": "library",
  80. "installation-source": "source",
  81. "autoload": {
  82. "psr-0": {
  83. "": "."
  84. }
  85. },
  86. "license": [
  87. "MIT"
  88. ],
  89. "authors": [
  90. {
  91. "name": "U-Zyn Chua",
  92. "email": "chua@uzyn.com",
  93. "homepage": "http://uzyn.com"
  94. }
  95. ],
  96. "description": "Facebook strategy for Opauth",
  97. "homepage": "http://opauth.org",
  98. "keywords": [
  99. "Authentication",
  100. "facebook",
  101. "auth"
  102. ]
  103. },
  104. {
  105. "name": "pimple/pimple",
  106. "version": "dev-master",
  107. "source": {
  108. "type": "git",
  109. "url": "git://github.com/fabpot/Pimple.git",
  110. "reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3"
  111. },
  112. "dist": {
  113. "type": "zip",
  114. "url": "https://github.com/fabpot/Pimple/zipball/b9f27b8dc18c08f00627dec02359b46a24791dc3",
  115. "reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3",
  116. "shasum": ""
  117. },
  118. "require": {
  119. "php": ">=5.3.0"
  120. },
  121. "time": "1347278988",
  122. "type": "library",
  123. "extra": {
  124. "branch-alias": {
  125. "dev-master": "1.0.x-dev"
  126. }
  127. },
  128. "installation-source": "source",
  129. "autoload": {
  130. "psr-0": {
  131. "Pimple": "lib/"
  132. }
  133. },
  134. "license": [
  135. "MIT"
  136. ],
  137. "authors": [
  138. {
  139. "name": "Fabien Potencier",
  140. "email": "fabien@symfony.com"
  141. }
  142. ],
  143. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  144. "homepage": "http://pimple.sensiolabs.org",
  145. "keywords": [
  146. "dependency injection",
  147. "container"
  148. ]
  149. },
  150. {
  151. "name": "silex/silex",
  152. "version": "dev-master",
  153. "source": {
  154. "type": "git",
  155. "url": "git://github.com/fabpot/Silex.git",
  156. "reference": "9b63007bbdf6a5f68ab402c76fbaf9df56c67342"
  157. },
  158. "dist": {
  159. "type": "zip",
  160. "url": "https://github.com/fabpot/Silex/zipball/9b63007bbdf6a5f68ab402c76fbaf9df56c67342",
  161. "reference": "9b63007bbdf6a5f68ab402c76fbaf9df56c67342",
  162. "shasum": ""
  163. },
  164. "require": {
  165. "symfony/event-dispatcher": "2.1.*",
  166. "symfony/http-foundation": "2.1.*",
  167. "symfony/http-kernel": "2.1.*",
  168. "symfony/routing": "2.1.*",
  169. "php": ">=5.3.3",
  170. "pimple/pimple": "1.*"
  171. },
  172. "require-dev": {
  173. "symfony/form": "2.1.*",
  174. "symfony/translation": "2.1.*",
  175. "symfony/twig-bridge": "2.1.*",
  176. "symfony/validator": "2.1.*",
  177. "symfony/monolog-bridge": "2.1.*",
  178. "symfony/browser-kit": "2.1.*",
  179. "symfony/css-selector": "2.1.*",
  180. "symfony/finder": "2.1.*",
  181. "symfony/process": "2.1.*",
  182. "symfony/security": "2.1.*",
  183. "monolog/monolog": ">=1.0.0,<1.2-dev",
  184. "symfony/config": "2.1.*",
  185. "symfony/locale": "2.1.*",
  186. "twig/twig": ">=1.8.0,<2.0-dev",
  187. "swiftmailer/swiftmailer": "4.2.*",
  188. "doctrine/dbal": ">=2.2.0,<2.4.0-dev"
  189. },
  190. "suggest": {
  191. "symfony/browser-kit": "2.1.*",
  192. "symfony/css-selector": "2.1.*",
  193. "symfony/dom-crawler": "2.1.*"
  194. },
  195. "time": "1348229548",
  196. "type": "library",
  197. "extra": {
  198. "branch-alias": {
  199. "dev-master": "1.0-dev"
  200. }
  201. },
  202. "installation-source": "source",
  203. "autoload": {
  204. "psr-0": {
  205. "Silex": "src/"
  206. }
  207. },
  208. "license": [
  209. "MIT"
  210. ],
  211. "authors": [
  212. {
  213. "name": "Fabien Potencier",
  214. "email": "fabien@symfony.com"
  215. },
  216. {
  217. "name": "Igor Wiedler",
  218. "email": "igor@wiedler.ch",
  219. "homepage": "http://wiedler.ch/igor/"
  220. }
  221. ],
  222. "description": "The PHP micro-framework based on the Symfony2 Components",
  223. "homepage": "http://silex.sensiolabs.org",
  224. "keywords": [
  225. "microframework"
  226. ]
  227. },
  228. {
  229. "name": "symfony/event-dispatcher",
  230. "version": "2.1.x-dev",
  231. "target-dir": "Symfony/Component/EventDispatcher",
  232. "source": {
  233. "type": "git",
  234. "url": "https://github.com/symfony/EventDispatcher",
  235. "reference": "v2.1.2"
  236. },
  237. "dist": {
  238. "type": "zip",
  239. "url": "https://github.com/symfony/EventDispatcher/zipball/v2.1.2",
  240. "reference": "v2.1.2",
  241. "shasum": ""
  242. },
  243. "require": {
  244. "php": ">=5.3.3"
  245. },
  246. "require-dev": {
  247. "symfony/dependency-injection": "2.1.*"
  248. },
  249. "suggest": {
  250. "symfony/dependency-injection": "2.1.*",
  251. "symfony/http-kernel": "2.1.*"
  252. },
  253. "time": "1347274422",
  254. "type": "library",
  255. "extra": {
  256. "branch-alias": {
  257. "dev-master": "2.1-dev"
  258. }
  259. },
  260. "installation-source": "source",
  261. "autoload": {
  262. "psr-0": {
  263. "Symfony\\Component\\EventDispatcher": ""
  264. }
  265. },
  266. "license": [
  267. "MIT"
  268. ],
  269. "authors": [
  270. {
  271. "name": "Fabien Potencier",
  272. "email": "fabien@symfony.com"
  273. },
  274. {
  275. "name": "Symfony Community",
  276. "homepage": "http://symfony.com/contributors"
  277. }
  278. ],
  279. "description": "Symfony EventDispatcher Component",
  280. "homepage": "http://symfony.com"
  281. },
  282. {
  283. "name": "symfony/http-foundation",
  284. "version": "2.1.x-dev",
  285. "target-dir": "Symfony/Component/HttpFoundation",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/symfony/HttpFoundation",
  289. "reference": "386a332456060076778ba8e6b84bed0480eaa69c"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://github.com/symfony/HttpFoundation/zipball/386a332456060076778ba8e6b84bed0480eaa69c",
  294. "reference": "386a332456060076778ba8e6b84bed0480eaa69c",
  295. "shasum": ""
  296. },
  297. "require": {
  298. "php": ">=5.3.3"
  299. },
  300. "time": "1348208027",
  301. "type": "library",
  302. "extra": {
  303. "branch-alias": {
  304. "dev-master": "2.1-dev"
  305. }
  306. },
  307. "installation-source": "source",
  308. "autoload": {
  309. "psr-0": {
  310. "Symfony\\Component\\HttpFoundation": "",
  311. "SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
  312. }
  313. },
  314. "license": [
  315. "MIT"
  316. ],
  317. "authors": [
  318. {
  319. "name": "Fabien Potencier",
  320. "email": "fabien@symfony.com"
  321. },
  322. {
  323. "name": "Symfony Community",
  324. "homepage": "http://symfony.com/contributors"
  325. }
  326. ],
  327. "description": "Symfony HttpFoundation Component",
  328. "homepage": "http://symfony.com"
  329. },
  330. {
  331. "name": "symfony/http-kernel",
  332. "version": "2.1.x-dev",
  333. "target-dir": "Symfony/Component/HttpKernel",
  334. "source": {
  335. "type": "git",
  336. "url": "https://github.com/symfony/HttpKernel",
  337. "reference": "10f8418126cba9f7e510eb57e53810d41f9f2add"
  338. },
  339. "dist": {
  340. "type": "zip",
  341. "url": "https://github.com/symfony/HttpKernel/zipball/10f8418126cba9f7e510eb57e53810d41f9f2add",
  342. "reference": "10f8418126cba9f7e510eb57e53810d41f9f2add",
  343. "shasum": ""
  344. },
  345. "require": {
  346. "php": ">=5.3.3",
  347. "symfony/event-dispatcher": "2.1.*",
  348. "symfony/http-foundation": "2.1.*"
  349. },
  350. "require-dev": {
  351. "symfony/browser-kit": "2.1.*",
  352. "symfony/class-loader": "2.1.*",
  353. "symfony/config": "2.1.*",
  354. "symfony/console": "2.1.*",
  355. "symfony/dependency-injection": "2.1.*",
  356. "symfony/finder": "2.1.*",
  357. "symfony/process": "2.1.*",
  358. "symfony/routing": "2.1.*"
  359. },
  360. "suggest": {
  361. "symfony/browser-kit": "2.1.*",
  362. "symfony/class-loader": "2.1.*",
  363. "symfony/config": "2.1.*",
  364. "symfony/console": "2.1.*",
  365. "symfony/dependency-injection": "2.1.*",
  366. "symfony/finder": "2.1.*"
  367. },
  368. "time": "1348209286",
  369. "type": "library",
  370. "extra": {
  371. "branch-alias": {
  372. "dev-master": "2.1-dev"
  373. }
  374. },
  375. "installation-source": "source",
  376. "autoload": {
  377. "psr-0": {
  378. "Symfony\\Component\\HttpKernel": ""
  379. }
  380. },
  381. "license": [
  382. "MIT"
  383. ],
  384. "authors": [
  385. {
  386. "name": "Fabien Potencier",
  387. "email": "fabien@symfony.com"
  388. },
  389. {
  390. "name": "Symfony Community",
  391. "homepage": "http://symfony.com/contributors"
  392. }
  393. ],
  394. "description": "Symfony HttpKernel Component",
  395. "homepage": "http://symfony.com"
  396. },
  397. {
  398. "name": "symfony/routing",
  399. "version": "2.1.x-dev",
  400. "target-dir": "Symfony/Component/Routing",
  401. "source": {
  402. "type": "git",
  403. "url": "https://github.com/symfony/Routing",
  404. "reference": "v2.1.2"
  405. },
  406. "dist": {
  407. "type": "zip",
  408. "url": "https://github.com/symfony/Routing/zipball/v2.1.2",
  409. "reference": "v2.1.2",
  410. "shasum": ""
  411. },
  412. "require": {
  413. "php": ">=5.3.3"
  414. },
  415. "require-dev": {
  416. "symfony/config": "2.1.*",
  417. "symfony/yaml": "2.1.*",
  418. "symfony/http-kernel": "2.1.*",
  419. "doctrine/common": ">=2.2,<2.4-dev"
  420. },
  421. "suggest": {
  422. "doctrine/common": ">=2.2,<2.4-dev",
  423. "symfony/config": "2.1.*",
  424. "symfony/yaml": "2.1.*"
  425. },
  426. "time": "1347274422",
  427. "type": "library",
  428. "extra": {
  429. "branch-alias": {
  430. "dev-master": "2.1-dev"
  431. }
  432. },
  433. "installation-source": "source",
  434. "autoload": {
  435. "psr-0": {
  436. "Symfony\\Component\\Routing": ""
  437. }
  438. },
  439. "license": [
  440. "MIT"
  441. ],
  442. "authors": [
  443. {
  444. "name": "Fabien Potencier",
  445. "email": "fabien@symfony.com"
  446. },
  447. {
  448. "name": "Symfony Community",
  449. "homepage": "http://symfony.com/contributors"
  450. }
  451. ],
  452. "description": "Symfony Routing Component",
  453. "homepage": "http://symfony.com"
  454. }
  455. ],
  456. "aliases": [
  457. ],
  458. "minimum-stability": "dev",
  459. "stability-flags": {
  460. "silex/silex": 20
  461. }
  462. }