Преглед на файлове

Typo fix ("Example:" must go outside the JSON block).

= преди 9 години
родител
ревизия
1c3c84cf88
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/04-schema.md

+ 1 - 1
doc/04-schema.md

@@ -330,9 +330,9 @@ aliases article](articles/aliases.md).
 `require` and `require-dev` also support references to specific PHP versions
 and PHP extensions your project needs to run successfully.
 
-```json
 Example:
 
+```json
 {
     "require" : {
         "php" : ">=5.3.10",