Lines Matching +full:php +full:- +full:version
4 … "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
7 "content-hash": "622f4d56f01837977c7b6713717e8f3e",
10 "name": "jucksearm/php-barcode",
11 "version": "1.0.2",
14 "url": "https://github.com/jucksearm/php-barcode.git",
19 …"url": "https://api.github.com/repos/jucksearm/php-barcode/zipball/8b67dbe7cebfe0228a56911a33985bf…
24 "php": ">=5.4.0"
26 "require-dev": {
31 "psr-4": {
35 "notification-url": "https://packagist.org/downloads/",
37 "LGPL-3.0-or-later"
51 "php barcode",
56 "issues": "https://github.com/jucksearm/php-barcode/issues",
57 "source": "https://github.com/jucksearm/php-barcode/tree/1.0.2"
59 "time": "2023-08-06T10:30:39+00:00"
62 "packages-dev": [
65 "version": "2.0.0",
78 "php": "^8.1"
80 "require-dev": {
81 "doctrine/coding-standard": "^11",
82 "ext-pdo": "*",
83 "ext-phar": "*",
86 "phpstan/phpstan-phpunit": "^1.3",
92 "psr-4": {
96 "notification-url": "https://packagist.org/downloads/",
107 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their …
108 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
119 "url": "https://www.doctrine-project.org/sponsorship.html",
131 "time": "2022-12-30T00:23:10+00:00"
134 "name": "myclabs/deep-copy",
135 "version": "1.12.0",
148 "php": "^7.1 || ^8.0"
154 "require-dev": {
163 "src/DeepCopy/deep_copy.php"
165 "psr-4": {
169 "notification-url": "https://packagist.org/downloads/",
187 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
191 "time": "2024-06-12T14:39:25+00:00"
194 "name": "nikic/php-parser",
195 "version": "v5.2.0",
198 "url": "https://github.com/nikic/PHP-Parser.git",
203 …"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/23c79fbbfb725fb92af9bcf41065c8e9a0d4…
208 "ext-ctype": "*",
209 "ext-json": "*",
210 "ext-tokenizer": "*",
211 "php": ">=7.4"
213 "require-dev": {
214 "ircmaxell/php-yacc": "^0.0.7",
218 "bin/php-parse"
222 "branch-alias": {
223 "dev-master": "5.0-dev"
227 "psr-4": {
231 "notification-url": "https://packagist.org/downloads/",
233 "BSD-3-Clause"
240 "description": "A PHP parser written in PHP",
243 "php"
246 "issues": "https://github.com/nikic/PHP-Parser/issues",
247 "source": "https://github.com/nikic/PHP-Parser/tree/v5.2.0"
249 "time": "2024-09-15T16:40:33+00:00"
252 "name": "phar-io/manifest",
253 "version": "2.0.4",
256 "url": "https://github.com/phar-io/manifest.git",
261 …"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e2…
266 "ext-dom": "*",
267 "ext-libxml": "*",
268 "ext-phar": "*",
269 "ext-xmlwriter": "*",
270 "phar-io/version": "^3.0.1",
271 "php": "^7.2 || ^8.0"
275 "branch-alias": {
276 "dev-master": "2.0.x-dev"
284 "notification-url": "https://packagist.org/downloads/",
286 "BSD-3-Clause"
305 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
307 "issues": "https://github.com/phar-io/manifest/issues",
308 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
316 "time": "2024-03-03T12:33:53+00:00"
319 "name": "phar-io/version",
320 "version": "3.2.1",
323 "url": "https://github.com/phar-io/version.git",
328 …"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbe…
333 "php": "^7.2 || ^8.0"
341 "notification-url": "https://packagist.org/downloads/",
343 "BSD-3-Clause"
362 "description": "Library for handling version information and constraints",
364 "issues": "https://github.com/phar-io/version/issues",
365 "source": "https://github.com/phar-io/version/tree/3.2.1"
367 "time": "2022-02-21T01:04:05+00:00"
370 "name": "phpunit/php-code-coverage",
371 "version": "9.2.32",
374 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
379 …"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db…
384 "ext-dom": "*",
385 "ext-libxml": "*",
386 "ext-xmlwriter": "*",
387 "nikic/php-parser": "^4.19.1 || ^5.1.0",
388 "php": ">=7.3",
389 "phpunit/php-file-iterator": "^3.0.6",
390 "phpunit/php-text-template": "^2.0.4",
391 "sebastian/code-unit-reverse-lookup": "^2.0.3",
394 "sebastian/lines-of-code": "^1.0.4",
395 "sebastian/version": "^3.0.2",
398 "require-dev": {
402 "ext-pcov": "PHP extension that provides line coverage",
403 … "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
407 "branch-alias": {
408 "dev-main": "9.2.x-dev"
416 "notification-url": "https://packagist.org/downloads/",
418 "BSD-3-Clause"
427 …rary that provides collection, processing, and rendering functionality for PHP code coverage infor…
428 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
435 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
436 … "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
437 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32"
445 "time": "2024-08-22T04:23:01+00:00"
448 "name": "phpunit/php-file-iterator",
449 "version": "3.0.6",
452 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
457 …"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e…
462 "php": ">=7.3"
464 "require-dev": {
469 "branch-alias": {
470 "dev-master": "3.0-dev"
478 "notification-url": "https://packagist.org/downloads/",
480 "BSD-3-Clause"
490 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
496 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
497 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
505 "time": "2021-12-02T12:48:52+00:00"
508 "name": "phpunit/php-invoker",
509 "version": "3.1.1",
512 "url": "https://github.com/sebastianbergmann/php-invoker.git",
517 …"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b…
522 "php": ">=7.3"
524 "require-dev": {
525 "ext-pcntl": "*",
529 "ext-pcntl": "*"
533 "branch-alias": {
534 "dev-master": "3.1-dev"
542 "notification-url": "https://packagist.org/downloads/",
544 "BSD-3-Clause"
554 "homepage": "https://github.com/sebastianbergmann/php-invoker/",
559 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
560 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
568 "time": "2020-09-28T05:58:55+00:00"
571 "name": "phpunit/php-text-template",
572 "version": "2.0.4",
575 "url": "https://github.com/sebastianbergmann/php-text-template.git",
580 …"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9…
585 "php": ">=7.3"
587 "require-dev": {
592 "branch-alias": {
593 "dev-master": "2.0-dev"
601 "notification-url": "https://packagist.org/downloads/",
603 "BSD-3-Clause"
613 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
618 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
619 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
627 "time": "2020-10-26T05:33:50+00:00"
630 "name": "phpunit/php-timer",
631 "version": "5.0.3",
634 "url": "https://github.com/sebastianbergmann/php-timer.git",
639 …"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4…
644 "php": ">=7.3"
646 "require-dev": {
651 "branch-alias": {
652 "dev-master": "5.0-dev"
660 "notification-url": "https://packagist.org/downloads/",
662 "BSD-3-Clause"
672 "homepage": "https://github.com/sebastianbergmann/php-timer/",
677 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
678 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
686 "time": "2020-10-26T13:16:10+00:00"
690 "version": "9.6.20",
704 "ext-dom": "*",
705 "ext-json": "*",
706 "ext-libxml": "*",
707 "ext-mbstring": "*",
708 "ext-xml": "*",
709 "ext-xmlwriter": "*",
710 "myclabs/deep-copy": "^1.12.0",
711 "phar-io/manifest": "^2.0.4",
712 "phar-io/version": "^3.2.1",
713 "php": ">=7.3",
714 "phpunit/php-code-coverage": "^9.2.31",
715 "phpunit/php-file-iterator": "^3.0.6",
716 "phpunit/php-invoker": "^3.1.1",
717 "phpunit/php-text-template": "^2.0.4",
718 "phpunit/php-timer": "^5.0.3",
719 "sebastian/cli-parser": "^1.0.2",
720 "sebastian/code-unit": "^1.0.8",
725 "sebastian/global-state": "^5.0.7",
726 "sebastian/object-enumerator": "^4.0.4",
727 "sebastian/resource-operations": "^3.0.4",
729 "sebastian/version": "^3.0.2"
732 "ext-soap": "To be able to generate mocks based on WSDL files",
733 … "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
740 "branch-alias": {
741 "dev-master": "9.6-dev"
746 "src/Framework/Assert/Functions.php"
752 "notification-url": "https://packagist.org/downloads/",
754 "BSD-3-Clause"
763 "description": "The PHP Unit Testing framework.",
789 "time": "2024-07-10T11:45:39+00:00"
792 "name": "sebastian/cli-parser",
793 "version": "1.0.2",
796 "url": "https://github.com/sebastianbergmann/cli-parser.git",
801 …"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b…
806 "php": ">=7.3"
808 "require-dev": {
813 "branch-alias": {
814 "dev-master": "1.0-dev"
822 "notification-url": "https://packagist.org/downloads/",
824 "BSD-3-Clause"
834 "homepage": "https://github.com/sebastianbergmann/cli-parser",
836 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
837 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
845 "time": "2024-03-02T06:27:43+00:00"
848 "name": "sebastian/code-unit",
849 "version": "1.0.8",
852 "url": "https://github.com/sebastianbergmann/code-unit.git",
857 …"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c…
862 "php": ">=7.3"
864 "require-dev": {
869 "branch-alias": {
870 "dev-master": "1.0-dev"
878 "notification-url": "https://packagist.org/downloads/",
880 "BSD-3-Clause"
889 "description": "Collection of value objects that represent the PHP code units",
890 "homepage": "https://github.com/sebastianbergmann/code-unit",
892 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
893 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
901 "time": "2020-10-26T13:08:54+00:00"
904 "name": "sebastian/code-unit-reverse-lookup",
905 "version": "2.0.3",
908 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
913 …"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01cce…
918 "php": ">=7.3"
920 "require-dev": {
925 "branch-alias": {
926 "dev-master": "2.0-dev"
934 "notification-url": "https://packagist.org/downloads/",
936 "BSD-3-Clause"
945 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
947 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
948 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
956 "time": "2020-09-28T05:30:19+00:00"
960 "version": "4.0.8",
973 "php": ">=7.3",
977 "require-dev": {
982 "branch-alias": {
983 "dev-master": "4.0-dev"
991 "notification-url": "https://packagist.org/downloads/",
993 "BSD-3-Clause"
1013 "description": "Provides the functionality to compare PHP values for equality",
1030 "time": "2022-09-14T12:41:17+00:00"
1034 "version": "2.0.3",
1047 "nikic/php-parser": "^4.18 || ^5.0",
1048 "php": ">=7.3"
1050 "require-dev": {
1055 "branch-alias": {
1056 "dev-master": "2.0-dev"
1064 "notification-url": "https://packagist.org/downloads/",
1066 "BSD-3-Clause"
1075 "description": "Library for calculating the complexity of PHP code units",
1087 "time": "2023-12-22T06:19:30+00:00"
1091 "version": "4.0.6",
1104 "php": ">=7.3"
1106 "require-dev": {
1112 "branch-alias": {
1113 "dev-master": "4.0-dev"
1121 "notification-url": "https://packagist.org/downloads/",
1123 "BSD-3-Clause"
1132 "email": "mail@kore-nordmann.de"
1153 "time": "2024-03-02T06:30:58+00:00"
1157 "version": "5.1.5",
1170 "php": ">=7.3"
1172 "require-dev": {
1176 "ext-posix": "*"
1180 "branch-alias": {
1181 "dev-master": "5.1-dev"
1189 "notification-url": "https://packagist.org/downloads/",
1191 "BSD-3-Clause"
1199 "description": "Provides functionality to handle HHVM/PHP environments",
1216 "time": "2023-02-03T06:03:51+00:00"
1220 "version": "4.0.6",
1233 "php": ">=7.3",
1234 "sebastian/recursion-context": "^4.0"
1236 "require-dev": {
1237 "ext-mbstring": "*",
1242 "branch-alias": {
1243 "dev-master": "4.0-dev"
1251 "notification-url": "https://packagist.org/downloads/",
1253 "BSD-3-Clause"
1270 "email": "aharvey@php.net"
1277 "description": "Provides the functionality to export PHP variables for visualization",
1293 "time": "2024-03-02T06:33:00+00:00"
1296 "name": "sebastian/global-state",
1297 "version": "5.0.7",
1300 "url": "https://github.com/sebastianbergmann/global-state.git",
1305 …"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a…
1310 "php": ">=7.3",
1311 "sebastian/object-reflector": "^2.0",
1312 "sebastian/recursion-context": "^4.0"
1314 "require-dev": {
1315 "ext-dom": "*",
1319 "ext-uopz": "*"
1323 "branch-alias": {
1324 "dev-master": "5.0-dev"
1332 "notification-url": "https://packagist.org/downloads/",
1334 "BSD-3-Clause"
1343 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1348 "issues": "https://github.com/sebastianbergmann/global-state/issues",
1349 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
1357 "time": "2024-03-02T06:35:11+00:00"
1360 "name": "sebastian/lines-of-code",
1361 "version": "1.0.4",
1364 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
1369 …"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424…
1374 "nikic/php-parser": "^4.18 || ^5.0",
1375 "php": ">=7.3"
1377 "require-dev": {
1382 "branch-alias": {
1383 "dev-master": "1.0-dev"
1391 "notification-url": "https://packagist.org/downloads/",
1393 "BSD-3-Clause"
1402 "description": "Library for counting the lines of code in PHP source code",
1403 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
1405 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
1406 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
1414 "time": "2023-12-22T06:20:34+00:00"
1417 "name": "sebastian/object-enumerator",
1418 "version": "4.0.4",
1421 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1426 …"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a371…
1431 "php": ">=7.3",
1432 "sebastian/object-reflector": "^2.0",
1433 "sebastian/recursion-context": "^4.0"
1435 "require-dev": {
1440 "branch-alias": {
1441 "dev-master": "4.0-dev"
1449 "notification-url": "https://packagist.org/downloads/",
1451 "BSD-3-Clause"
1460 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1462 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1463 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
1471 "time": "2020-10-26T13:12:34+00:00"
1474 "name": "sebastian/object-reflector",
1475 "version": "2.0.4",
1478 "url": "https://github.com/sebastianbergmann/object-reflector.git",
1483 …"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605…
1488 "php": ">=7.3"
1490 "require-dev": {
1495 "branch-alias": {
1496 "dev-master": "2.0-dev"
1504 "notification-url": "https://packagist.org/downloads/",
1506 "BSD-3-Clause"
1514 … "description": "Allows reflection of object attributes, including inherited and non-public ones",
1515 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1517 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1518 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
1526 "time": "2020-10-26T13:14:26+00:00"
1529 "name": "sebastian/recursion-context",
1530 "version": "4.0.5",
1533 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1538 …"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a…
1543 "php": ">=7.3"
1545 "require-dev": {
1550 "branch-alias": {
1551 "dev-master": "4.0-dev"
1559 "notification-url": "https://packagist.org/downloads/",
1561 "BSD-3-Clause"
1574 "email": "aharvey@php.net"
1577 "description": "Provides functionality to recursively process PHP variables",
1578 "homepage": "https://github.com/sebastianbergmann/recursion-context",
1580 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1581 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
1589 "time": "2023-02-03T06:07:39+00:00"
1592 "name": "sebastian/resource-operations",
1593 "version": "3.0.4",
1596 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1601 …"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecc…
1606 "php": ">=7.3"
1608 "require-dev": {
1613 "branch-alias": {
1614 "dev-main": "3.0-dev"
1622 "notification-url": "https://packagist.org/downloads/",
1624 "BSD-3-Clause"
1632 "description": "Provides a list of PHP built-in functions that operate on resources",
1633 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1635 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
1643 "time": "2024-03-14T16:00:52+00:00"
1647 "version": "3.2.1",
1660 "php": ">=7.3"
1662 "require-dev": {
1667 "branch-alias": {
1668 "dev-master": "3.2-dev"
1676 "notification-url": "https://packagist.org/downloads/",
1678 "BSD-3-Clause"
1687 … "description": "Collection of value objects that represent the types of the PHP type system",
1699 "time": "2023-02-03T06:13:03+00:00"
1702 "name": "sebastian/version",
1703 "version": "3.0.2",
1706 "url": "https://github.com/sebastianbergmann/version.git",
1711 …"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c…
1716 "php": ">=7.3"
1720 "branch-alias": {
1721 "dev-master": "3.0-dev"
1729 "notification-url": "https://packagist.org/downloads/",
1731 "BSD-3-Clause"
1740 … "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1741 "homepage": "https://github.com/sebastianbergmann/version",
1743 "issues": "https://github.com/sebastianbergmann/version/issues",
1744 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
1752 "time": "2020-09-28T06:39:44+00:00"
1756 "version": "1.2.3",
1769 "ext-dom": "*",
1770 "ext-tokenizer": "*",
1771 "ext-xmlwriter": "*",
1772 "php": "^7.2 || ^8.0"
1780 "notification-url": "https://packagist.org/downloads/",
1782 "BSD-3-Clause"
1791 …"description": "A small library for converting tokenized PHP source code into XML and potentially …
1802 "time": "2024-03-03T12:36:25+00:00"
1806 "minimum-stability": "stable",
1807 "stability-flags": [],
1808 "prefer-stable": false,
1809 "prefer-lowest": false,
1811 "platform-dev": [],
1812 "plugin-api-version": "2.6.0"