timesheet source code
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

779 linhas
27KB

  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": "fd8f5e90c9c2ce1e1f6b11421a29aa4a",
  8. "packages": [
  9. {
  10. "name": "firebase/php-jwt",
  11. "version": "v5.4.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/firebase/php-jwt.git",
  15. "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2",
  20. "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": ">=4.8 <=9"
  28. },
  29. "suggest": {
  30. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "psr-4": {
  35. "Firebase\\JWT\\": "src"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "BSD-3-Clause"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Neuman Vong",
  45. "email": "neuman+pear@twilio.com",
  46. "role": "Developer"
  47. },
  48. {
  49. "name": "Anant Narayanan",
  50. "email": "anant@php.net",
  51. "role": "Developer"
  52. }
  53. ],
  54. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  55. "homepage": "https://github.com/firebase/php-jwt",
  56. "keywords": [
  57. "jwt",
  58. "php"
  59. ],
  60. "support": {
  61. "issues": "https://github.com/firebase/php-jwt/issues",
  62. "source": "https://github.com/firebase/php-jwt/tree/v5.4.0"
  63. },
  64. "time": "2021-06-23T19:00:23+00:00"
  65. },
  66. {
  67. "name": "guzzlehttp/guzzle",
  68. "version": "7.3.0",
  69. "source": {
  70. "type": "git",
  71. "url": "https://github.com/guzzle/guzzle.git",
  72. "reference": "7008573787b430c1c1f650e3722d9bba59967628"
  73. },
  74. "dist": {
  75. "type": "zip",
  76. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
  77. "reference": "7008573787b430c1c1f650e3722d9bba59967628",
  78. "shasum": ""
  79. },
  80. "require": {
  81. "ext-json": "*",
  82. "guzzlehttp/promises": "^1.4",
  83. "guzzlehttp/psr7": "^1.7 || ^2.0",
  84. "php": "^7.2.5 || ^8.0",
  85. "psr/http-client": "^1.0"
  86. },
  87. "provide": {
  88. "psr/http-client-implementation": "1.0"
  89. },
  90. "require-dev": {
  91. "bamarni/composer-bin-plugin": "^1.4.1",
  92. "ext-curl": "*",
  93. "php-http/client-integration-tests": "^3.0",
  94. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  95. "psr/log": "^1.1"
  96. },
  97. "suggest": {
  98. "ext-curl": "Required for CURL handler support",
  99. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  100. "psr/log": "Required for using the Log middleware"
  101. },
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "7.3-dev"
  106. }
  107. },
  108. "autoload": {
  109. "psr-4": {
  110. "GuzzleHttp\\": "src/"
  111. },
  112. "files": [
  113. "src/functions_include.php"
  114. ]
  115. },
  116. "notification-url": "https://packagist.org/downloads/",
  117. "license": [
  118. "MIT"
  119. ],
  120. "authors": [
  121. {
  122. "name": "Michael Dowling",
  123. "email": "mtdowling@gmail.com",
  124. "homepage": "https://github.com/mtdowling"
  125. },
  126. {
  127. "name": "Márk Sági-Kazár",
  128. "email": "mark.sagikazar@gmail.com",
  129. "homepage": "https://sagikazarmark.hu"
  130. }
  131. ],
  132. "description": "Guzzle is a PHP HTTP client library",
  133. "homepage": "http://guzzlephp.org/",
  134. "keywords": [
  135. "client",
  136. "curl",
  137. "framework",
  138. "http",
  139. "http client",
  140. "psr-18",
  141. "psr-7",
  142. "rest",
  143. "web service"
  144. ],
  145. "support": {
  146. "issues": "https://github.com/guzzle/guzzle/issues",
  147. "source": "https://github.com/guzzle/guzzle/tree/7.3.0"
  148. },
  149. "funding": [
  150. {
  151. "url": "https://github.com/GrahamCampbell",
  152. "type": "github"
  153. },
  154. {
  155. "url": "https://github.com/Nyholm",
  156. "type": "github"
  157. },
  158. {
  159. "url": "https://github.com/alexeyshockov",
  160. "type": "github"
  161. },
  162. {
  163. "url": "https://github.com/gmponos",
  164. "type": "github"
  165. }
  166. ],
  167. "time": "2021-03-23T11:33:13+00:00"
  168. },
  169. {
  170. "name": "guzzlehttp/promises",
  171. "version": "1.4.1",
  172. "source": {
  173. "type": "git",
  174. "url": "https://github.com/guzzle/promises.git",
  175. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
  176. },
  177. "dist": {
  178. "type": "zip",
  179. "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  180. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  181. "shasum": ""
  182. },
  183. "require": {
  184. "php": ">=5.5"
  185. },
  186. "require-dev": {
  187. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  188. },
  189. "type": "library",
  190. "extra": {
  191. "branch-alias": {
  192. "dev-master": "1.4-dev"
  193. }
  194. },
  195. "autoload": {
  196. "psr-4": {
  197. "GuzzleHttp\\Promise\\": "src/"
  198. },
  199. "files": [
  200. "src/functions_include.php"
  201. ]
  202. },
  203. "notification-url": "https://packagist.org/downloads/",
  204. "license": [
  205. "MIT"
  206. ],
  207. "authors": [
  208. {
  209. "name": "Michael Dowling",
  210. "email": "mtdowling@gmail.com",
  211. "homepage": "https://github.com/mtdowling"
  212. }
  213. ],
  214. "description": "Guzzle promises library",
  215. "keywords": [
  216. "promise"
  217. ],
  218. "support": {
  219. "issues": "https://github.com/guzzle/promises/issues",
  220. "source": "https://github.com/guzzle/promises/tree/1.4.1"
  221. },
  222. "time": "2021-03-07T09:25:29+00:00"
  223. },
  224. {
  225. "name": "guzzlehttp/psr7",
  226. "version": "1.8.2",
  227. "source": {
  228. "type": "git",
  229. "url": "https://github.com/guzzle/psr7.git",
  230. "reference": "dc960a912984efb74d0a90222870c72c87f10c91"
  231. },
  232. "dist": {
  233. "type": "zip",
  234. "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
  235. "reference": "dc960a912984efb74d0a90222870c72c87f10c91",
  236. "shasum": ""
  237. },
  238. "require": {
  239. "php": ">=5.4.0",
  240. "psr/http-message": "~1.0",
  241. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  242. },
  243. "provide": {
  244. "psr/http-message-implementation": "1.0"
  245. },
  246. "require-dev": {
  247. "ext-zlib": "*",
  248. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
  249. },
  250. "suggest": {
  251. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  252. },
  253. "type": "library",
  254. "extra": {
  255. "branch-alias": {
  256. "dev-master": "1.7-dev"
  257. }
  258. },
  259. "autoload": {
  260. "psr-4": {
  261. "GuzzleHttp\\Psr7\\": "src/"
  262. },
  263. "files": [
  264. "src/functions_include.php"
  265. ]
  266. },
  267. "notification-url": "https://packagist.org/downloads/",
  268. "license": [
  269. "MIT"
  270. ],
  271. "authors": [
  272. {
  273. "name": "Michael Dowling",
  274. "email": "mtdowling@gmail.com",
  275. "homepage": "https://github.com/mtdowling"
  276. },
  277. {
  278. "name": "Tobias Schultze",
  279. "homepage": "https://github.com/Tobion"
  280. }
  281. ],
  282. "description": "PSR-7 message implementation that also provides common utility methods",
  283. "keywords": [
  284. "http",
  285. "message",
  286. "psr-7",
  287. "request",
  288. "response",
  289. "stream",
  290. "uri",
  291. "url"
  292. ],
  293. "support": {
  294. "issues": "https://github.com/guzzle/psr7/issues",
  295. "source": "https://github.com/guzzle/psr7/tree/1.8.2"
  296. },
  297. "time": "2021-04-26T09:17:50+00:00"
  298. },
  299. {
  300. "name": "htmlburger/carbon-fields",
  301. "version": "v3.3.2",
  302. "source": {
  303. "type": "git",
  304. "url": "https://github.com/htmlburger/carbon-fields.git",
  305. "reference": "dd5663e14c6db365323b688dbae1cfbeaf14bee7"
  306. },
  307. "dist": {
  308. "type": "zip",
  309. "url": "https://api.github.com/repos/htmlburger/carbon-fields/zipball/dd5663e14c6db365323b688dbae1cfbeaf14bee7",
  310. "reference": "dd5663e14c6db365323b688dbae1cfbeaf14bee7",
  311. "shasum": ""
  312. },
  313. "require": {
  314. "php": ">=5.3"
  315. },
  316. "require-dev": {
  317. "mockery/mockery": "^0.9.7",
  318. "phpunit/phpunit": "~4.8"
  319. },
  320. "type": "library",
  321. "autoload": {
  322. "psr-4": {
  323. "Carbon_Fields\\": "core/"
  324. }
  325. },
  326. "notification-url": "https://packagist.org/downloads/",
  327. "license": [
  328. "GPL-2.0-only"
  329. ],
  330. "authors": [
  331. {
  332. "name": "htmlBurger",
  333. "email": "wordpress@htmlburger.com",
  334. "homepage": "https://htmlburger.com/",
  335. "role": "Developer"
  336. },
  337. {
  338. "name": "Miroslav Mitev",
  339. "email": "mmitev.2create@gmail.com",
  340. "role": "Developer"
  341. },
  342. {
  343. "name": "Atanas Angelov",
  344. "email": "atanas.angelov.dev@gmail.com",
  345. "role": "Developer"
  346. },
  347. {
  348. "name": "Georgi Stoyanov",
  349. "email": "stoyanov.gs@gmail.com",
  350. "role": "Developer"
  351. },
  352. {
  353. "name": "Plamen Kostadinov",
  354. "email": "pkostadinov.2create@gmail.com",
  355. "homepage": "http://plasmen.info/",
  356. "role": "Developer"
  357. },
  358. {
  359. "name": "Stanimir Panchev",
  360. "email": "Stan4omir@gmail.com",
  361. "role": "Developer"
  362. },
  363. {
  364. "name": "Marin Atanasov",
  365. "email": "contact@marinatanasov.com",
  366. "homepage": "http://marinatanasov.com/",
  367. "role": "Developer"
  368. },
  369. {
  370. "name": "Siyan Panayotov",
  371. "homepage": "http://siyanpanayotov.com/",
  372. "role": "Developer"
  373. },
  374. {
  375. "name": "Peter Petrov",
  376. "email": "peter.petrov89@gmail.com",
  377. "role": "Developer"
  378. },
  379. {
  380. "name": "Stanimir Stoyanov",
  381. "email": "stanimir.k.stoyanov@gmail.com",
  382. "role": "Developer"
  383. },
  384. {
  385. "name": "Kaloyan Ivanov",
  386. "email": "kaloyanxivanov@gmail.com",
  387. "homepage": "http://vilepixels.com/",
  388. "role": "Developer"
  389. },
  390. {
  391. "name": "Georgi Popov",
  392. "homepage": "http://magadanski.com/",
  393. "role": "Developer"
  394. },
  395. {
  396. "name": "German Velchev",
  397. "email": "germozy@gmail.com",
  398. "role": "Developer"
  399. },
  400. {
  401. "name": "Rashko Petrov",
  402. "email": "brutalenemy666@gmail.com",
  403. "homepage": "http://errorfactory.com/",
  404. "role": "Developer"
  405. },
  406. {
  407. "name": "Alexander Panayotov",
  408. "email": "alexander.panayotov@gmail.com",
  409. "homepage": "http://alexanderpanayotov.com/",
  410. "role": "Developer"
  411. },
  412. {
  413. "name": "Viktor Vasilev",
  414. "email": "liberalcho@gmail.com",
  415. "role": "Developer"
  416. },
  417. {
  418. "name": "Georgi Georgiev",
  419. "email": "george.georgiev96@gmail.com",
  420. "role": "Developer"
  421. },
  422. {
  423. "name": "Atanas Vasilev",
  424. "email": "atanasvasilev91@gmail.com",
  425. "role": "Developer"
  426. }
  427. ],
  428. "description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options and more.",
  429. "homepage": "http://carbonfields.net/",
  430. "support": {
  431. "docs": "http://carbonfields.net/docs/",
  432. "email": "wordpress@htmlburger.com",
  433. "issues": "https://github.com/htmlburger/carbon-fields/issues",
  434. "source": "https://github.com/htmlburger/carbon-fields"
  435. },
  436. "time": "2021-04-22T13:24:34+00:00"
  437. },
  438. {
  439. "name": "league/oauth2-client",
  440. "version": "2.6.0",
  441. "source": {
  442. "type": "git",
  443. "url": "https://github.com/thephpleague/oauth2-client.git",
  444. "reference": "badb01e62383430706433191b82506b6df24ad98"
  445. },
  446. "dist": {
  447. "type": "zip",
  448. "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98",
  449. "reference": "badb01e62383430706433191b82506b6df24ad98",
  450. "shasum": ""
  451. },
  452. "require": {
  453. "guzzlehttp/guzzle": "^6.0 || ^7.0",
  454. "paragonie/random_compat": "^1 || ^2 || ^9.99",
  455. "php": "^5.6 || ^7.0 || ^8.0"
  456. },
  457. "require-dev": {
  458. "mockery/mockery": "^1.3",
  459. "php-parallel-lint/php-parallel-lint": "^1.2",
  460. "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3",
  461. "squizlabs/php_codesniffer": "^2.3 || ^3.0"
  462. },
  463. "type": "library",
  464. "extra": {
  465. "branch-alias": {
  466. "dev-2.x": "2.0.x-dev"
  467. }
  468. },
  469. "autoload": {
  470. "psr-4": {
  471. "League\\OAuth2\\Client\\": "src/"
  472. }
  473. },
  474. "notification-url": "https://packagist.org/downloads/",
  475. "license": [
  476. "MIT"
  477. ],
  478. "authors": [
  479. {
  480. "name": "Alex Bilbie",
  481. "email": "hello@alexbilbie.com",
  482. "homepage": "http://www.alexbilbie.com",
  483. "role": "Developer"
  484. },
  485. {
  486. "name": "Woody Gilk",
  487. "homepage": "https://github.com/shadowhand",
  488. "role": "Contributor"
  489. }
  490. ],
  491. "description": "OAuth 2.0 Client Library",
  492. "keywords": [
  493. "Authentication",
  494. "SSO",
  495. "authorization",
  496. "identity",
  497. "idp",
  498. "oauth",
  499. "oauth2",
  500. "single sign on"
  501. ],
  502. "support": {
  503. "issues": "https://github.com/thephpleague/oauth2-client/issues",
  504. "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.0"
  505. },
  506. "time": "2020-10-28T02:03:40+00:00"
  507. },
  508. {
  509. "name": "paragonie/random_compat",
  510. "version": "v9.99.100",
  511. "source": {
  512. "type": "git",
  513. "url": "https://github.com/paragonie/random_compat.git",
  514. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  515. },
  516. "dist": {
  517. "type": "zip",
  518. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  519. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  520. "shasum": ""
  521. },
  522. "require": {
  523. "php": ">= 7"
  524. },
  525. "require-dev": {
  526. "phpunit/phpunit": "4.*|5.*",
  527. "vimeo/psalm": "^1"
  528. },
  529. "suggest": {
  530. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  531. },
  532. "type": "library",
  533. "notification-url": "https://packagist.org/downloads/",
  534. "license": [
  535. "MIT"
  536. ],
  537. "authors": [
  538. {
  539. "name": "Paragon Initiative Enterprises",
  540. "email": "security@paragonie.com",
  541. "homepage": "https://paragonie.com"
  542. }
  543. ],
  544. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  545. "keywords": [
  546. "csprng",
  547. "polyfill",
  548. "pseudorandom",
  549. "random"
  550. ],
  551. "support": {
  552. "email": "info@paragonie.com",
  553. "issues": "https://github.com/paragonie/random_compat/issues",
  554. "source": "https://github.com/paragonie/random_compat"
  555. },
  556. "time": "2020-10-15T08:29:30+00:00"
  557. },
  558. {
  559. "name": "psr/http-client",
  560. "version": "1.0.1",
  561. "source": {
  562. "type": "git",
  563. "url": "https://github.com/php-fig/http-client.git",
  564. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  565. },
  566. "dist": {
  567. "type": "zip",
  568. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  569. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  570. "shasum": ""
  571. },
  572. "require": {
  573. "php": "^7.0 || ^8.0",
  574. "psr/http-message": "^1.0"
  575. },
  576. "type": "library",
  577. "extra": {
  578. "branch-alias": {
  579. "dev-master": "1.0.x-dev"
  580. }
  581. },
  582. "autoload": {
  583. "psr-4": {
  584. "Psr\\Http\\Client\\": "src/"
  585. }
  586. },
  587. "notification-url": "https://packagist.org/downloads/",
  588. "license": [
  589. "MIT"
  590. ],
  591. "authors": [
  592. {
  593. "name": "PHP-FIG",
  594. "homepage": "http://www.php-fig.org/"
  595. }
  596. ],
  597. "description": "Common interface for HTTP clients",
  598. "homepage": "https://github.com/php-fig/http-client",
  599. "keywords": [
  600. "http",
  601. "http-client",
  602. "psr",
  603. "psr-18"
  604. ],
  605. "support": {
  606. "source": "https://github.com/php-fig/http-client/tree/master"
  607. },
  608. "time": "2020-06-29T06:28:15+00:00"
  609. },
  610. {
  611. "name": "psr/http-message",
  612. "version": "1.0.1",
  613. "source": {
  614. "type": "git",
  615. "url": "https://github.com/php-fig/http-message.git",
  616. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  617. },
  618. "dist": {
  619. "type": "zip",
  620. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  621. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  622. "shasum": ""
  623. },
  624. "require": {
  625. "php": ">=5.3.0"
  626. },
  627. "type": "library",
  628. "extra": {
  629. "branch-alias": {
  630. "dev-master": "1.0.x-dev"
  631. }
  632. },
  633. "autoload": {
  634. "psr-4": {
  635. "Psr\\Http\\Message\\": "src/"
  636. }
  637. },
  638. "notification-url": "https://packagist.org/downloads/",
  639. "license": [
  640. "MIT"
  641. ],
  642. "authors": [
  643. {
  644. "name": "PHP-FIG",
  645. "homepage": "http://www.php-fig.org/"
  646. }
  647. ],
  648. "description": "Common interface for HTTP messages",
  649. "homepage": "https://github.com/php-fig/http-message",
  650. "keywords": [
  651. "http",
  652. "http-message",
  653. "psr",
  654. "psr-7",
  655. "request",
  656. "response"
  657. ],
  658. "support": {
  659. "source": "https://github.com/php-fig/http-message/tree/master"
  660. },
  661. "time": "2016-08-06T14:39:51+00:00"
  662. },
  663. {
  664. "name": "ralouphie/getallheaders",
  665. "version": "3.0.3",
  666. "source": {
  667. "type": "git",
  668. "url": "https://github.com/ralouphie/getallheaders.git",
  669. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  670. },
  671. "dist": {
  672. "type": "zip",
  673. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  674. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  675. "shasum": ""
  676. },
  677. "require": {
  678. "php": ">=5.6"
  679. },
  680. "require-dev": {
  681. "php-coveralls/php-coveralls": "^2.1",
  682. "phpunit/phpunit": "^5 || ^6.5"
  683. },
  684. "type": "library",
  685. "autoload": {
  686. "files": [
  687. "src/getallheaders.php"
  688. ]
  689. },
  690. "notification-url": "https://packagist.org/downloads/",
  691. "license": [
  692. "MIT"
  693. ],
  694. "authors": [
  695. {
  696. "name": "Ralph Khattar",
  697. "email": "ralph.khattar@gmail.com"
  698. }
  699. ],
  700. "description": "A polyfill for getallheaders.",
  701. "support": {
  702. "issues": "https://github.com/ralouphie/getallheaders/issues",
  703. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  704. },
  705. "time": "2019-03-08T08:55:37+00:00"
  706. },
  707. {
  708. "name": "xeroapi/xero-php-oauth2",
  709. "version": "2.8.1",
  710. "source": {
  711. "type": "git",
  712. "url": "https://github.com/XeroAPI/xero-php-oauth2.git",
  713. "reference": "cdf5dbeddff46d25212be596ff474c8bcf7351da"
  714. },
  715. "dist": {
  716. "type": "zip",
  717. "url": "https://api.github.com/repos/XeroAPI/xero-php-oauth2/zipball/cdf5dbeddff46d25212be596ff474c8bcf7351da",
  718. "reference": "cdf5dbeddff46d25212be596ff474c8bcf7351da",
  719. "shasum": ""
  720. },
  721. "require": {
  722. "ext-curl": "*",
  723. "ext-json": "*",
  724. "ext-mbstring": "*",
  725. "firebase/php-jwt": "^5.0",
  726. "guzzlehttp/guzzle": "^6.2 | ^7.0",
  727. "guzzlehttp/psr7": "^1.8",
  728. "league/oauth2-client": "^2.5.0",
  729. "php": ">=5.6"
  730. },
  731. "require-dev": {
  732. "friendsofphp/php-cs-fixer": "~2.12",
  733. "phpunit/phpunit": "^4.8",
  734. "squizlabs/php_codesniffer": "~2.6"
  735. },
  736. "type": "library",
  737. "autoload": {
  738. "psr-4": {
  739. "XeroAPI\\XeroPHP\\": "lib/"
  740. }
  741. },
  742. "notification-url": "https://packagist.org/downloads/",
  743. "license": [
  744. "MIT"
  745. ],
  746. "authors": [
  747. {
  748. "name": "Xero API Team",
  749. "homepage": "https://developer.xero.com"
  750. }
  751. ],
  752. "description": "Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3",
  753. "homepage": "https://github.com/xeroapi/xero-php-oauth2",
  754. "keywords": [
  755. "api",
  756. "openapispec",
  757. "php",
  758. "rest",
  759. "sdk",
  760. "xero"
  761. ],
  762. "support": {
  763. "issues": "https://github.com/XeroAPI/xero-php-oauth2/issues",
  764. "source": "https://github.com/XeroAPI/xero-php-oauth2/tree/2.8.1"
  765. },
  766. "time": "2021-08-09T22:52:00+00:00"
  767. }
  768. ],
  769. "packages-dev": [],
  770. "aliases": [],
  771. "minimum-stability": "stable",
  772. "stability-flags": [],
  773. "prefer-stable": false,
  774. "prefer-lowest": false,
  775. "platform": [],
  776. "platform-dev": [],
  777. "plugin-api-version": "2.1.0"
  778. }