mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-02-19 17:41:18 +01:00
composer.json added
This commit is contained in:
10
composer.json
Normal file
10
composer.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "icecoder/icecoder",
|
||||
"description": "Browser based code editor allowing you to code from anywhere",
|
||||
"keywords": ["code", "editor", "browser", "ide"],
|
||||
"homepage": "https://icecoder.net",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user