Skip to content

Commit c9cbce1

Browse files
committed
my fork of humbug/box is now replaced by official bartlett/box-manifest
1 parent 5d130db commit c9cbce1

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
1111

1212
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.4.16
1313
- `httpie` tool is now installed with **A**dvanced **P**ackaging **T**ool (as recommended)
14+
- my fork of `humbug/box` (`box-metadata` tool) is now replaced by official `bartlett/box-manifest` project
1415

1516
## [1.4.0] - 2022-01-22
1617

docs/appendix/tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
| | Total available: 53 | 36 | 37 | 40 | 44 | 47 | 46 | 47 | 42 |
1313
| asciinema | [Terminal session recorder](https://github.com/asciinema/asciinema) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
1414
| box | [Fast, zero config application bundler with PHARs](https://github.com/box-project/box) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
15-
| box-metadata | [Fork of box-project/box to solve metadata build process](https://github.com/llaville/box) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
15+
| box-manifest | [Create a manifest to a PHP Archive (PHAR) for the BOX project](https://github.com/llaville/box-manifest) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
1616
| cachetool 6 | [CLI application and library to manage apc and opcache (6.x version)](https://github.com/gordalina/cachetool) | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ |
1717
| cachetool 7 | [CLI application and library to manage apc and opcache (7.x version)](https://github.com/gordalina/cachetool) | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ |
1818
| cachetool 8 | [CLI application and library to manage apc and opcache (8.x version)](https://github.com/gordalina/cachetool) | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ |
19-
| composer | [Dependency Manager for PHP (1.x version)](https://github.com/composer/composer) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
2019
| composer | [Dependency Manager for PHP (2.x version)](https://github.com/composer/composer) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
20+
| composer | [Dependency Manager for PHP (1.x version)](https://github.com/composer/composer) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
2121
| deployer 2 | [A deployment tool for PHP (2.x versions)](https://github.com/deployphp/deployer) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
2222
| deployer 3 | [A deployment tool for PHP (3.x versions)](https://github.com/deployphp/deployer) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
2323
| deployer 4 | [A deployment tool for PHP (4.x versions)](https://github.com/deployphp/deployer) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
@@ -31,9 +31,9 @@
3131
| Laravel Installer | [The PHP Framework for Web Artisans](https://github.com/laravel/installer) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
3232
| mhsendmail | [sendmail for MailHog](https://github.com/BlueBambooStudios/mhsendmail) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
3333
| nvm | [Node Version Manager](https://github.com/nvm-sh/nvm) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
34-
| OpenJDK | [OpenJDK Java runtime, using Hotspot JIT (headless) (JDK 11 LTS)](https://openjdk.java.net/projects/jdk/11) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
35-
| OpenJDK | [OpenJDK Java runtime, using Hotspot JIT (headless) (JDK 17 LTS)](https://openjdk.java.net/projects/jdk/17) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
3634
| OpenJDK | [Standard Java or Java compatible Runtime (headless)](https://openjdk.java.net/projects/jdk/) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
35+
| OpenJDK | [OpenJDK Java runtime, using Hotspot JIT (headless) (JDK 17 LTS)](https://openjdk.java.net/projects/jdk/17) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
36+
| OpenJDK | [OpenJDK Java runtime, using Hotspot JIT (headless) (JDK 11 LTS)](https://openjdk.java.net/projects/jdk/11) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
3737
| phive | [The PHAR Installation and Verification Environment](https://github.com/phar-io/phive) | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ |
3838
| php-cs-fixer 2 | [PHP Coding Standards Fixer (2.x versions)](https://github.com/FriendsOfPHP/PHP-CS-Fixer) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
3939
| php-cs-fixer 3 | [PHP Coding Standards Fixer (3.x versions)](https://github.com/FriendsOfPHP/PHP-CS-Fixer) | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |

resources/tools/box.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,19 @@
1212
}
1313
},
1414
{
15-
"name": "box-metadata",
16-
"summary": "Fork of box-project/box to solve metadata build process",
17-
"website": "https://github.com/llaville/box",
15+
"name": "box-manifest",
16+
"summary": "Create a manifest to a PHP Archive (PHAR) for the BOX project",
17+
"website": "https://github.com/llaville/box-manifest",
1818
"command": {
1919
"git-install": {
20-
"repository": "https://github.com/llaville/box.git",
21-
"target-dir": "/usr/local/src/box",
22-
"version": "build-metadata"
20+
"repository": "https://github.com/llaville/box-manifest.git",
21+
"target-dir": "/usr/local/src/box"
2322
},
2423
"composer-install": {},
2524
"shell": {
26-
"cmd": "ln -sf /usr/local/src/box/bin/box %target-dir%/box-metadata"
25+
"cmd": "ln -sf /usr/local/src/box/bin/box %target-dir%/box-manifest"
2726
}
28-
},
29-
"priority": -100
27+
}
3028
}
3129
]
3230
}

0 commit comments

Comments
 (0)