This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Symfony\Component\HttpKernel\Kernel; | |
use Symfony\Component\Config\Loader\LoaderInterface; | |
class AppKernel extends Kernel | |
{ | |
protected $configurationFile; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<project name="symfony"> | |
<taskdef name="symfonyFetchVendors" classname="FetchVendorsTask" classpath="${project.basedir.symfony}" /> | |
<target name="phase:initialize"> | |
<if> | |
<not><isset property="symfony._enabled"/></not> | |
<then> | |
<echo level="warn">KEIN Symfony (have.symfony)</echo> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"repositories": { | |
"forms-2.3.4": { | |
"package": { | |
"name": "webfactory/forms", | |
"version": "2.3.4", | |
"source": { | |
"url": "https://webfactory.kilnhg.com/Repo/wflib/Group/forms2", | |
"type": "hg", |