Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F211501
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
997 B
Subscribers
None
View Options
diff --git a/.gitignore b/.gitignore
index 3d830b1..8c8f66e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,12 @@
## Cache
cache/compiled/*.php
cache/sessions/sess_*
cache/openid/associations/
cache/openid/nonces/
## Editors files
*.komodoproject
+
+## Composer
+vendor/
+composer.lock
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..8fc73b4
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,22 @@
+{
+ "name": "zed/zed",
+ "description": "Hypership and galaxy",
+ "type": "project",
+ "require": {
+ "smarty/smarty": "^3.1",
+ "keruald/globalfunctions": "^0.5.1"
+ },
+ "require-dev": {
+ "nasqueron/codestyle": "^0.0.1",
+ "phan/phan": "^0.12.5",
+ "squizlabs/php_codesniffer": "^3.2",
+ "phpunit/phpunit": "^7.1"
+ },
+ "license": "BSD-2-Clause",
+ "authors": [
+ {
+ "name": "Sébastien Santoro",
+ "email": "dereckson@espace-win.org"
+ }
+ ]
+}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 23, 23:05 (19 h, 42 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
20702
Default Alt Text
(997 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment