Skip to content

Commit

Permalink
update readme regadring npm, release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Mar 25, 2024
1 parent 7cb6d5b commit 37e3891
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ or add

to the require section of your `composer.json` file.

jquery-querybuilder dependency is installed via npm. You need to make sure your project npm installs
"jQuery-QueryBuilder": "^3.0.0".

The package will ue @npm alias to look for npm dependencies.

How to use
----------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "3.1.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 37e3891

Please sign in to comment.