This repository was archived by the owner on Nov 27, 2020. It is now read-only.
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
DIR=` php -r " echo realpath(dirname(\\ $_SERVER ['argv'][0]));" `
11
11
cd $DIR
12
- VERSION=` cat VERSION`
12
+ VERSION=` grep ' VERSION' vendor/symfony/src/Symfony/Component/HttpKernel/Kernel.php | sed -E " s/.*'(.+)'.*/\1/g " `
13
13
14
14
if [ ! -d " $DIR /build" ]; then
15
15
mkdir -p $DIR /build
16
16
fi
17
17
18
- $DIR /bin/build_bootstrap.php
18
+ $DIR /bin/build_bootstrap
19
19
$DIR /app/console assets:install web/
20
20
21
21
# Without vendors
@@ -27,7 +27,6 @@ cp -r src /tmp/Symfony/
27
27
cp -r web /tmp/Symfony/
28
28
cp -r README.rst /tmp/Symfony/
29
29
cp -r LICENSE /tmp/Symfony/
30
- cp -r VERSION /tmp/Symfony/
31
30
cd /tmp/Symfony
32
31
sudo rm -rf app/cache/* app/logs/* .git*
33
32
chmod 777 app/cache app/logs
Original file line number Diff line number Diff line change 1
- symfony a30c06a384becf9a1e8ab8efb3a9b51e1769754b
1
+ symfony c62724b3c3df1887432568b50a04a27870e5e802
2
2
twig a12aec38c3e57814543ffd049101c2f54dd3e257
3
3
monolog ff6d7fce5cbe52fa98d143199a3d58b2372b36de
4
4
doctrine-common 0ba250a785178d7cdb579ce82151731c04849abf
@@ -11,4 +11,4 @@ metadata aa04872c6f0e2b32128b62dd075e8cf97a8d93da
11
11
SensioFrameworkExtraBundle d529f700916be3beccfb93cf356bca018db9ba95
12
12
JMSSecurityExtraBundle 5676f8ddbc512713e101cb123baf5cd500edefbb
13
13
WebConfiguratorBundle 301419e7900bfaac2f029af868e31075b147abcf
14
- AsseticBundle 6d597c4abeb513198f153a0a695612fcfd688972
14
+ AsseticBundle 6d597c4abeb513198f153a0a695612fcfd688972
You can’t perform that action at this time.
0 commit comments