first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "aceide/aceide",
"description": "Ace-embedded WordPress IDE",
"type": "Wordpress Plugin",
"require": {
"nikic/php-parser": "0.9.4",
"teqneers/php-stream-wrapper-for-git": "0.2.2"
},
"autoload": {
"psr-4": {
"AceIDE\\Editor\\": "src/"
}
}
}