Pārlūkot izejas kodu

Archivos iniciales

Maxi Schvindt 8 gadi atpakaļ
vecāks
revīzija
d297610806
2 mainītis faili ar 22 papildinājumiem un 0 dzēšanām
  1. 9 0
      LeafletBundle.php
  2. 13 0
      composer.json

+ 9 - 0
LeafletBundle.php

@@ -0,0 +1,9 @@
+<?php
+
+namespace LeafletBundle;
+
+use Symfony\Component\HttpKernel\Bundle\Bundle;
+
+class LeafletBundle extends Bundle
+{
+}

+ 13 - 0
composer.json

@@ -0,0 +1,13 @@
+    {
+        "name": "ik/leaflet-bundle",
+        "description": "The Flowdat3 Leaflet Resource",
+        "require": {
+            "kriswallsmith/buzz": "~0.13",
+            "ext-curl": "*"
+        },
+        "autoload": {
+            "psr-4": { "LeafletBundle\\": "" }
+        },
+    	"version": "1.0",
+      	"minimum-stability": "stable"
+    }