Skip to content

EvoLayer Base Starter v0.1.2

Pre-release
Pre-release

Choose a tag to compare

@xuple xuple released this 09 Jun 16:51
· 2 commits to main since this release

Patch release for the EvoLayer Base Starter 0.1 developer preview.

Fixed

  • Added an npm override for shell-quote 1.8.4 so fresh public installs no longer report the critical audit finding through concurrently during npm install.

First-hour install

composer create-project xuple/evolayer-base-starter my-app
cd my-app
npm install
npm run build
php artisan evolayer:doctor --strict --no-ansi
php artisan serve

This resolves:

xuple/evolayer-base-starter v0.1.2
xuple/evolayer-base v0.1.1

Verification

  • Packagist-visible at v0.1.2.
  • Public GitHub Actions passing.
  • Final public rehearsal passed: composer create-project, strict doctor, npm install, npm audit, and build.
  • PHP dependency floor is ^8.4.

Pre-1.0 developer preview: APIs may change before 1.0.