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 1
1
CHANGELOG
2
2
=========
3
3
4
+ 2.12.0
5
+ -------------------
6
+
7
+ * ` geoip2.phar ` is now generated with Box 3.x.
8
+
4
9
2.11.0 (2020-10-01)
5
10
-------------------
6
11
Original file line number Diff line number Diff line change 3
3
"main" : " phar-stub.php" ,
4
4
"output" : " geoip2.phar" ,
5
5
"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"
9
8
],
10
9
"files" : [
11
10
" LICENSE"
38
37
}
39
38
],
40
39
"git-version" : " git-version" ,
41
- "shebang" : false ,
42
- "stub" : true
40
+ "shebang" : false
43
41
}
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ php composer.phar update --no-dev
45
45
perl -pi -e " s/(?<=const VERSION = ').+?(?=';)/$tag /g" src/WebService/Client.php
46
46
47
47
if [ ! -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"
49
49
fi
50
50
51
- php box.phar build
51
+ php box.phar compile
52
52
53
53
phar_test=$( ./dev-bin/phar-test.php)
54
54
if [[ -n $phar_test ]]; then
You can’t perform that action at this time.
0 commit comments