File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 2.12.0
5+ -------------------
6+
7+ * ` geoip2.phar ` is now generated with Box 3.x.
8+
492.11.0 (2020-10-01)
510-------------------
611
Original file line number Diff line number Diff line change 33 "main" : " phar-stub.php" ,
44 "output" : " geoip2.phar" ,
55 "compactors" : [
6- " Herrera\\ Box\\ Compactor\\ Composer" ,
7- " Herrera\\ Box\\ Compactor\\ Json" ,
8- " Herrera\\ Box\\ Compactor\\ Php"
6+ " KevinGH\\ Box\\ Compactor\\ Php" ,
7+ " KevinGH\\ Box\\ Compactor\\ Json"
98 ],
109 "files" : [
1110 " LICENSE"
3837 }
3938 ],
4039 "git-version" : " git-version" ,
41- "shebang" : false ,
42- "stub" : true
40+ "shebang" : false
4341}
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ php composer.phar update --no-dev
4545perl -pi -e " s/(?<=const VERSION = ').+?(?=';)/$tag /g" src/WebService/Client.php
4646
4747if [ ! -f box.phar ]; then
48- wget -O box.phar " https://github.com/box-project/box2 /releases/download/2.7.5 /box-2.7.5 .phar"
48+ wget -O box.phar " https://github.com/box-project/box /releases/download/3.13.0 /box.phar"
4949fi
5050
51- php box.phar build
51+ php box.phar compile
5252
5353phar_test=$( ./dev-bin/phar-test.php)
5454if [[ -n $phar_test ]]; then
You can’t perform that action at this time.
0 commit comments