Skip to content

Commit

Permalink
php-part for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
julianseeger committed Jul 10, 2014
1 parent 1f5720e commit cc918ba
Show file tree
Hide file tree
Showing 16 changed files with 383 additions and 107 deletions.
6 changes: 6 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<property name="npm-executable" value="/usr/bin/npm"/>
<property name="client-root" value="${basedir}/web"/>
<property name="server-root" value="${basedir}/web/php"/>
<property name="config-root" value="${basedir}/web/config"/>
<property name="core-root" value="${basedir}/core"/>
<property name="dist" value="${basedir}/build/dist"/>
<property name="phpunit" value="${basedir}/phpunit"/>
Expand Down Expand Up @@ -75,6 +76,11 @@
<copy todir="${dist}/web/php">
<fileset dir="${server-root}"/>
</copy>
<copy todir="${dist}/web/config">
<fileset dir="${config-root}">
<exclude name="application.yml"/>
</fileset>
</copy>
</target>

<target name="install-core" depends="install-php"/>
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"require": {
"silex/silex": "*",
"twig/twig": ">=1.8",
"symfony/yaml": "~2.5",
"sabre/xml" : "master-dev"
},
"require-dev": {
Expand Down
Loading

0 comments on commit cc918ba

Please sign in to comment.