mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 03:24:37 +01:00
Update build tool.
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
|
||||
phpcs.standard=${basedir}/vendor/contao-community-alliance/coding-standard/phpcs/ContaoCommunityAlliance/ruleset.xml
|
||||
phpmd.ruleset=${basedir}/vendor/contao-community-alliance/coding-standard/phpmd/ruleset.xml
|
||||
|
||||
ccabs.bin.dir = ${basedir}/bin
|
||||
phpcq.bin.dir = ${basedir}/bin
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"doctrine/cache": "~1.0"
|
||||
},
|
||||
"require-dev":{
|
||||
"netzmacht/contao-build-tools": "1.0.x-dev"
|
||||
"netzmacht/contao-build-tools": "~1.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package dev
|
||||
* @author David Molineus <david.molineus@netzmacht.de>
|
||||
* @copyright 2014 netzmacht creative David Molineus
|
||||
* @license LGPL 3.0
|
||||
* @filesource
|
||||
*
|
||||
*/
|
||||
|
||||
namespace Netzmacht\Contao\Leaflet\runonce;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user