Skip to content

Commit b65c0b1

Browse files
committed
update deps and optimize for midcore part 3
1 parent f2ff41e commit b65c0b1

File tree

4 files changed

+304
-38
lines changed

4 files changed

+304
-38
lines changed

copy-examples.sh

-18
This file was deleted.

examples/lamp-init/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ lando poweroff
1616
# Should initialize the latest codeignitor codebase
1717
rm -rf lamp && mkdir -p lamp && cd lamp
1818
lando init --source remote --remote-url https://github.com/bcit-ci/CodeIgniter/archive/3.1.13.tar.gz --remote-options="--strip-components 1" --recipe lamp --webroot . --name lando-lamp --option composer_version=1.10.1
19-
cp -f ../../.lando.upstream.yml .lando.upstream.yml && cat .lando.upstream.yml
2019

2120
# Should start up successfully
2221
cd lamp
22+
cp -f ../../.lando.upstream.yml .lando.upstream.yml && cat .lando.upstream.yml
2323
lando start
2424
```
2525

0 commit comments

Comments
 (0)