From 45f9e07ef036ad319ffef0bd606e30bb02bf4a81 Mon Sep 17 00:00:00 2001 From: astridx Date: Sun, 19 Jan 2020 20:22:35 +0100 Subject: [PATCH] wip --- proposed/composer-meta.md | 58 +++++++++++++++++++++++++++++++++++++++ proposed/composer.md | 45 ++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 proposed/composer-meta.md create mode 100644 proposed/composer.md diff --git a/proposed/composer-meta.md b/proposed/composer-meta.md new file mode 100644 index 0000000..bc53478 --- /dev/null +++ b/proposed/composer-meta.md @@ -0,0 +1,58 @@ +# \ Meta Document + +## 1. Summary + +_What is Subject about?_ + +This specification aims to ... + +## 2. Why Bother? + +## 3. Scope + +### 3.1 Goals + +### 3.2 Non-Goals + +## 4. Approaches + +### 4.1 Approach 1 + +#### 4.1.1 Projects Using Approach 1 + +### 4.2 Approach 2 + +#### 4.2.1 Projects Using Approach 2 + +### 4.3 Comparison of Approaches + +### 4.4 Chosen Approach + +## 5. Design Decisions + +## 6. People + +### 6.1 Editor(s) + +* Niels Braczek, + +### 6.2 Sponsors + +* N/A + +### 6.3 Contributors + +* N/A + +## 7. Votes + +* **Entrance Vote:** _(not yet taken)_ +* **Acceptance Vote:** _(not yet taken)_ + +## 8. Relevant Links + +_**Note:** Order descending chronologically._ + +## 9. Errata + +... diff --git a/proposed/composer.md b/proposed/composer.md new file mode 100644 index 0000000..7df0481 --- /dev/null +++ b/proposed/composer.md @@ -0,0 +1,45 @@ +# Real Composer Support + +This document describes ... + +The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", +"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be +interpreted as described in [RFC 2119][]. + +[RFC 2119]: http://tools.ietf.org/html/rfc2119 + +### References + +- [RFC 2119][]: Key words for use in RFCs to Indicate Requirement Levels + +## 1. Specification + +### 1.1 Spec A + +### 1.2 Spec B + +## 2. Interfaces + +### 2.1 Interface A + +The following interface MUST be implemented by compatible ... + +```php +namespace ...; + +interface ... +{ +} +``` + +### 2.2 Inteface B + +The following interface MUST be implemented by compatible ... + +```php +namespace ...; + +interface ... +{ +} +```