Page MenuHomeCode

No OneTemporary

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

Mime Type
text/x-diff
Expires
Sat, Nov 23, 23:05 (21 h, 22 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
20702
Default Alt Text
(997 B)

Event Timeline