Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
removed obsolete ApacheRequest usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 20, 2014
1 parent 77dd92e commit 8c4cfa2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions optimize.sh
Expand Up @@ -98,10 +98,6 @@ cat > src/Acme/HelloBundle/Resources/views/index.html.php <<EOF
Hello world
EOF

# Optimize the Request
sed s/Request/ApacheRequest/ web/app.php > tmp
mv tmp web/app.php

# Remove unneeded vendors from dependencies
cat > composer.json <<EOF
{
Expand Down Expand Up @@ -143,7 +139,7 @@ EOF
cat > composer.lock <<EOF
EOF

curl -s https://getcomposer.org/installer | php
curl -sS https://getcomposer.org/installer | php

# Set Symfony environment to production to disable use of Debug component
export SYMFONY_ENV=prod
Expand Down

0 comments on commit 8c4cfa2

Please sign in to comment.