api de gestion de ticket, basé sur php-crud-api. Le but est de décorrélé les outils de gestion des données, afin
Ви не можете вибрати більше 25 тем Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "3667d105fa59f4e36775fe664aef0f2f",
  8. "packages": [
  9. {
  10. "name": "nyholm/psr7",
  11. "version": "1.2.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Nyholm/psr7.git",
  15. "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Nyholm/psr7/zipball/55ff6b76573f5b242554c9775792bd59fb52e11c",
  20. "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.1",
  25. "php-http/message-factory": "^1.0",
  26. "psr/http-factory": "^1.0",
  27. "psr/http-message": "^1.0"
  28. },
  29. "provide": {
  30. "psr/http-factory-implementation": "1.0",
  31. "psr/http-message-implementation": "1.0"
  32. },
  33. "require-dev": {
  34. "http-interop/http-factory-tests": "dev-master",
  35. "php-http/psr7-integration-tests": "dev-master",
  36. "phpunit/phpunit": "^7.5"
  37. },
  38. "type": "library",
  39. "extra": {
  40. "branch-alias": {
  41. "dev-master": "1.0-dev"
  42. }
  43. },
  44. "autoload": {
  45. "psr-4": {
  46. "Nyholm\\Psr7\\": "src/"
  47. }
  48. },
  49. "notification-url": "https://packagist.org/downloads/",
  50. "license": [
  51. "MIT"
  52. ],
  53. "authors": [
  54. {
  55. "name": "Tobias Nyholm",
  56. "email": "tobias.nyholm@gmail.com"
  57. },
  58. {
  59. "name": "Martijn van der Ven",
  60. "email": "martijn@vanderven.se"
  61. }
  62. ],
  63. "description": "A fast PHP7 implementation of PSR-7",
  64. "homepage": "http://tnyholm.se",
  65. "keywords": [
  66. "psr-17",
  67. "psr-7"
  68. ],
  69. "time": "2019-09-05T13:24:16+00:00"
  70. },
  71. {
  72. "name": "nyholm/psr7-server",
  73. "version": "0.4.1",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/Nyholm/psr7-server.git",
  77. "reference": "e6a526e9170e6e33a13efc2b61703ca476b7ea68"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/e6a526e9170e6e33a13efc2b61703ca476b7ea68",
  82. "reference": "e6a526e9170e6e33a13efc2b61703ca476b7ea68",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "php": "^7.1",
  87. "psr/http-factory": "^1.0",
  88. "psr/http-message": "^1.0"
  89. },
  90. "require-dev": {
  91. "nyholm/nsa": "^1.1",
  92. "nyholm/psr7": "^1.0",
  93. "phpunit/phpunit": "^7.0"
  94. },
  95. "type": "library",
  96. "autoload": {
  97. "psr-4": {
  98. "Nyholm\\Psr7Server\\": "src/"
  99. }
  100. },
  101. "notification-url": "https://packagist.org/downloads/",
  102. "license": [
  103. "MIT"
  104. ],
  105. "authors": [
  106. {
  107. "name": "Tobias Nyholm",
  108. "email": "tobias.nyholm@gmail.com"
  109. },
  110. {
  111. "name": "Martijn van der Ven",
  112. "email": "martijn@vanderven.se"
  113. }
  114. ],
  115. "description": "Helper classes to handle PSR-7 server requests",
  116. "homepage": "http://tnyholm.se",
  117. "keywords": [
  118. "psr-17",
  119. "psr-7"
  120. ],
  121. "time": "2019-11-05T20:36:33+00:00"
  122. },
  123. {
  124. "name": "php-http/message-factory",
  125. "version": "v1.0.2",
  126. "source": {
  127. "type": "git",
  128. "url": "https://github.com/php-http/message-factory.git",
  129. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
  130. },
  131. "dist": {
  132. "type": "zip",
  133. "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  134. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  135. "shasum": ""
  136. },
  137. "require": {
  138. "php": ">=5.4",
  139. "psr/http-message": "^1.0"
  140. },
  141. "type": "library",
  142. "extra": {
  143. "branch-alias": {
  144. "dev-master": "1.0-dev"
  145. }
  146. },
  147. "autoload": {
  148. "psr-4": {
  149. "Http\\Message\\": "src/"
  150. }
  151. },
  152. "notification-url": "https://packagist.org/downloads/",
  153. "license": [
  154. "MIT"
  155. ],
  156. "authors": [
  157. {
  158. "name": "Márk Sági-Kazár",
  159. "email": "mark.sagikazar@gmail.com"
  160. }
  161. ],
  162. "description": "Factory interfaces for PSR-7 HTTP Message",
  163. "homepage": "http://php-http.org",
  164. "keywords": [
  165. "factory",
  166. "http",
  167. "message",
  168. "stream",
  169. "uri"
  170. ],
  171. "time": "2015-12-19T14:08:53+00:00"
  172. },
  173. {
  174. "name": "psr/http-factory",
  175. "version": "1.0.1",
  176. "source": {
  177. "type": "git",
  178. "url": "https://github.com/php-fig/http-factory.git",
  179. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  180. },
  181. "dist": {
  182. "type": "zip",
  183. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  184. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  185. "shasum": ""
  186. },
  187. "require": {
  188. "php": ">=7.0.0",
  189. "psr/http-message": "^1.0"
  190. },
  191. "type": "library",
  192. "extra": {
  193. "branch-alias": {
  194. "dev-master": "1.0.x-dev"
  195. }
  196. },
  197. "autoload": {
  198. "psr-4": {
  199. "Psr\\Http\\Message\\": "src/"
  200. }
  201. },
  202. "notification-url": "https://packagist.org/downloads/",
  203. "license": [
  204. "MIT"
  205. ],
  206. "authors": [
  207. {
  208. "name": "PHP-FIG",
  209. "homepage": "http://www.php-fig.org/"
  210. }
  211. ],
  212. "description": "Common interfaces for PSR-7 HTTP message factories",
  213. "keywords": [
  214. "factory",
  215. "http",
  216. "message",
  217. "psr",
  218. "psr-17",
  219. "psr-7",
  220. "request",
  221. "response"
  222. ],
  223. "time": "2019-04-30T12:38:16+00:00"
  224. },
  225. {
  226. "name": "psr/http-message",
  227. "version": "1.0.1",
  228. "source": {
  229. "type": "git",
  230. "url": "https://github.com/php-fig/http-message.git",
  231. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  232. },
  233. "dist": {
  234. "type": "zip",
  235. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  236. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  237. "shasum": ""
  238. },
  239. "require": {
  240. "php": ">=5.3.0"
  241. },
  242. "type": "library",
  243. "extra": {
  244. "branch-alias": {
  245. "dev-master": "1.0.x-dev"
  246. }
  247. },
  248. "autoload": {
  249. "psr-4": {
  250. "Psr\\Http\\Message\\": "src/"
  251. }
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "MIT"
  256. ],
  257. "authors": [
  258. {
  259. "name": "PHP-FIG",
  260. "homepage": "http://www.php-fig.org/"
  261. }
  262. ],
  263. "description": "Common interface for HTTP messages",
  264. "homepage": "https://github.com/php-fig/http-message",
  265. "keywords": [
  266. "http",
  267. "http-message",
  268. "psr",
  269. "psr-7",
  270. "request",
  271. "response"
  272. ],
  273. "time": "2016-08-06T14:39:51+00:00"
  274. },
  275. {
  276. "name": "psr/http-server-handler",
  277. "version": "1.0.1",
  278. "source": {
  279. "type": "git",
  280. "url": "https://github.com/php-fig/http-server-handler.git",
  281. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
  282. },
  283. "dist": {
  284. "type": "zip",
  285. "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  286. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  287. "shasum": ""
  288. },
  289. "require": {
  290. "php": ">=7.0",
  291. "psr/http-message": "^1.0"
  292. },
  293. "type": "library",
  294. "extra": {
  295. "branch-alias": {
  296. "dev-master": "1.0.x-dev"
  297. }
  298. },
  299. "autoload": {
  300. "psr-4": {
  301. "Psr\\Http\\Server\\": "src/"
  302. }
  303. },
  304. "notification-url": "https://packagist.org/downloads/",
  305. "license": [
  306. "MIT"
  307. ],
  308. "authors": [
  309. {
  310. "name": "PHP-FIG",
  311. "homepage": "http://www.php-fig.org/"
  312. }
  313. ],
  314. "description": "Common interface for HTTP server-side request handler",
  315. "keywords": [
  316. "handler",
  317. "http",
  318. "http-interop",
  319. "psr",
  320. "psr-15",
  321. "psr-7",
  322. "request",
  323. "response",
  324. "server"
  325. ],
  326. "time": "2018-10-30T16:46:14+00:00"
  327. },
  328. {
  329. "name": "psr/http-server-middleware",
  330. "version": "1.0.1",
  331. "source": {
  332. "type": "git",
  333. "url": "https://github.com/php-fig/http-server-middleware.git",
  334. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
  335. },
  336. "dist": {
  337. "type": "zip",
  338. "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  339. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  340. "shasum": ""
  341. },
  342. "require": {
  343. "php": ">=7.0",
  344. "psr/http-message": "^1.0",
  345. "psr/http-server-handler": "^1.0"
  346. },
  347. "type": "library",
  348. "extra": {
  349. "branch-alias": {
  350. "dev-master": "1.0.x-dev"
  351. }
  352. },
  353. "autoload": {
  354. "psr-4": {
  355. "Psr\\Http\\Server\\": "src/"
  356. }
  357. },
  358. "notification-url": "https://packagist.org/downloads/",
  359. "license": [
  360. "MIT"
  361. ],
  362. "authors": [
  363. {
  364. "name": "PHP-FIG",
  365. "homepage": "http://www.php-fig.org/"
  366. }
  367. ],
  368. "description": "Common interface for HTTP server-side middleware",
  369. "keywords": [
  370. "http",
  371. "http-interop",
  372. "middleware",
  373. "psr",
  374. "psr-15",
  375. "psr-7",
  376. "request",
  377. "response"
  378. ],
  379. "time": "2018-10-30T17:12:04+00:00"
  380. }
  381. ],
  382. "packages-dev": [],
  383. "aliases": [],
  384. "minimum-stability": "stable",
  385. "stability-flags": [],
  386. "prefer-stable": false,
  387. "prefer-lowest": false,
  388. "platform": {
  389. "php": ">=7.0.0",
  390. "ext-zlib": "*",
  391. "ext-json": "*",
  392. "ext-pdo": "*"
  393. },
  394. "platform-dev": [],
  395. "plugin-api-version": "1.1.0"
  396. }