Skip to content

Commit 5d32cc0

Browse files
committed
box-bootstrapped (introduced in v1.1.0) is now replaced by box-metadata (a simple patch to official box-project: see box-project/box#576)
1 parent bddfc23 commit 5d32cc0

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
1313

1414
- [support to yac extension](https://github.com/llaville/docker-php-toolbox/commit/e10f52e3e61028ab58d45708b917564bb86b4659)
1515

16+
### Changed
17+
18+
- `box-bootstrapped` (introduced in v1.1.0) is now replaced by `box-metadata` (a simple patch to official box-project)
19+
1620
## [1.2.0] - 2021-12-18
1721

1822
### Added

docs/appendix/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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-bootstrapped | [Fork of box-project/box with bootstrapping option](https://github.com/llaville/box) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
15+
| box-metadata | [Fork of box-project/box to solve metadata build process](https://github.com/llaville/box) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
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) | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ |

resources/tools/box.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
}
1313
},
1414
{
15-
"name": "box-bootstrapped",
16-
"summary": "Fork of box-project/box with bootstrapping option",
15+
"name": "box-metadata",
16+
"summary": "Fork of box-project/box to solve metadata build process",
1717
"website": "https://github.com/llaville/box",
1818
"command": {
1919
"git-install": {
2020
"repository": "https://github.com/llaville/box.git",
2121
"target-dir": "/usr/local/src/box",
22-
"version": "show_metadata"
22+
"version": "build-metadata"
2323
},
2424
"composer-install": {},
2525
"shell": {
26-
"cmd": "ln -sf /usr/local/src/box/bin/box %target-dir%/box-bootstrapped"
26+
"cmd": "ln -sf /usr/local/src/box/bin/box %target-dir%/box-metadata"
2727
}
2828
},
2929
"priority": -100

0 commit comments

Comments
 (0)