Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
fixes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbannert committed Sep 3, 2018
1 parent bb48475 commit 42db090
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ composer require viserio/console

If you execute this command in your Application that doesn't support Narrowspark Automatic, this command will execute in the normal composer require behavior.

> NOTE: The `automatic.json` and composer.json extra key `automatic` are used to configure Narrowspark Automatic with configurators, script executors, custom-configurators and more.
When Narrowspark Automatic is installed in your Application, it will check if a `automatic.json` file or a composer.json extra key with `automatic` exists.
In the above example, Automatic decided which automated tasks need to be run after the installation.

>NOTE: Narrowspark Automatic keeps tracks of the configuration, in a `automatic.lock` file, which must be committed to your code repository.
> NOTE: Narrowspark Automatic keeps tracks of the configuration, in a `automatic.lock` file, which must be committed to your code repository.
Using Narrowspark Automatic in New Applications
------------
Expand Down

0 comments on commit 42db090

Please sign in to comment.