File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 2.12.1
5+ -------------------
6+
7+ * The ` geoip2.phar ` included in 2.12.0 would only work in CLI applications.
8+ This was due to a change in Box 3.x. The Phar should now work in all
9+ applications. This release only affects users of the Phar file.
10+
4112.12.0 (2021-11-18)
512-------------------
613
Original file line number Diff line number Diff line change 11{
2- "alias " : " geoip2. phar" ,
3- "main" : " phar-stub.php " ,
2+ "stub " : " phar-stub.php " ,
3+ "main" : false ,
44 "output" : " geoip2.phar" ,
55 "compactors" : [
66 " KevinGH\\ Box\\ Compactor\\ Php" ,
3636 "in" : " src"
3737 }
3838 ],
39- "git-version" : " git-version" ,
40- "shebang" : false
39+ "git-version" : " git-version"
4140}
Original file line number Diff line number Diff line change 11<?php
22
33require_once 'phar://geoip2.phar/vendor/autoload.php ' ;
4+
5+ __HALT_COMPILER ();
You can’t perform that action at this time.
0 commit comments