PluginProbe
Code Engine – PHP Snippets, AI Functions & Automation for WordPress / 0.4.2
Code Engine – PHP Snippets, AI Functions & Automation for WordPress v0.4.2
0.5.7 0.5.6 0.5.5 0.5.4 0.5.3 0.5.2 0.5.1 0.5.0 0.4.9 0.4.8 0.4.7 0.4.6 trunk 0.0.1 0.0.2 0.2.8 0.2.9 0.3.0 0.3.1 0.3.2 0.3.3 0.3.4 0.3.5 0.3.6 0.3.7 All 33 releases
code-engine / vendor / composer / installed.json

installed.json in Code Engine – PHP Snippets, AI Functions & Automation for WordPress 0.4.2, at vendor/composer/installed.json

69 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "nikic/php-parser",
5 "version": "dev-master",
6 "version_normalized": "dev-master",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/nikic/PHP-Parser.git",
10 "reference": "46be4560c4cd4bab2b74882c0da39a4548a5cfbe"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/46be4560c4cd4bab2b74882c0da39a4548a5cfbe",
15 "reference": "46be4560c4cd4bab2b74882c0da39a4548a5cfbe",
16 "shasum": ""
17 },
18 "require": {
19 "ext-ctype": "*",
20 "ext-json": "*",
21 "ext-tokenizer": "*",
22 "php": ">=7.4"
23 },
24 "require-dev": {
25 "ircmaxell/php-yacc": "^0.0.7",
26 "phpunit/phpunit": "^9.0"
27 },
28 "time": "2024-03-17T10:24:36+00:00",
29 "default-branch": true,
30 "bin": [
31 "bin/php-parse"
32 ],
33 "type": "library",
34 "extra": {
35 "branch-alias": {
36 "dev-master": "5.0-dev"
37 }
38 },
39 "installation-source": "dist",
40 "autoload": {
41 "psr-4": {
42 "PhpParser\\": "lib/PhpParser"
43 }
44 },
45 "notification-url": "https://packagist.org/downloads/",
46 "license": [
47 "BSD-3-Clause"
48 ],
49 "authors": [
50 {
51 "name": "Nikita Popov"
52 }
53 ],
54 "description": "A PHP parser written in PHP",
55 "keywords": [
56 "parser",
57 "php"
58 ],
59 "support": {
60 "issues": "https://github.com/nikic/PHP-Parser/issues",
61 "source": "https://github.com/nikic/PHP-Parser/tree/master"
62 },
63 "install-path": "../nikic/php-parser"
64 }
65 ],
66 "dev": true,
67 "dev-package-names": []
68 }
69