Skip to content

Commit

Permalink
Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza committed Mar 28, 2024
1 parent d1179ce commit 68ba5d5
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -203,21 +203,13 @@ secondaryKeys($index): array
----
Returns an array of all secondary keys associated with the given index.

== Setup
== Installation

Add the following to your `composer.json`:
Assuming you have PHP Composer installed, and that the `composer` executable is in your `$PATH`:

[source,json]
[source,shell]
----
"repositories": [
{
"type": "vcs",
"url": "https://github.com/vrza/array-with-secondary-keys"
}
],
"require": {
"vrza/array-with-secondary-keys": "dev-main"
}
composer require cardinal-collections/array-with-secondary-keys
----

== Name ideas
Expand Down

0 comments on commit 68ba5d5

Please sign in to comment.