Page MenuHomeDevCentral

D3762.id9745.diff
No OneTemporary

D3762.id9745.diff

diff --git a/composer.json b/composer.json
new file mode 100644
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,39 @@
+{
+ "name": "waystone/waystone",
+ "type": "library",
+ "description": "Modular libraries to build applications with Obsidian Workspaces",
+ "keywords": [
+ "framework",
+ "keruald",
+ "waystone",
+ "obsidian"
+ ],
+ "license": "BSD-2-Clause",
+ "homepage": "https://waystone.nasqueron.org",
+ "authors": [
+ {
+ "name": "Sébastien Santoro",
+ "email": "dereckson@espace-win.org"
+ }
+ ],
+ "require-dev": {
+ "nasqueron/codestyle": "^0.1.2",
+ "phpunit/phpunit": "^12.4",
+ "squizlabs/php_codesniffer": "^4.0"
+ },
+ "replace": {
+ "waystone/workspaces": "1.0.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Waystone\\Workspaces\\": "workspaces/src/",
+ "Waystone\\Workspaces\\Tests\\": "workspaces/tests/"
+ }
+ },
+ "scripts": {
+ "lint-src": "find */src -type f -name '*.php' | xargs -I {} php -l {} 1> /dev/null",
+ "lint-tests": "find */tests -type f -name '*.php' | xargs -n1 php -l",
+ "test": "vendor/bin/phpunit"
+ },
+ "minimum-stability": "dev"
+}

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 20, 09:25 (17 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3089092
Default Alt Text
D3762.id9745.diff (1 KB)

Event Timeline