Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ UX Form Collection requires PHP 7.2+ and Symfony 4.4+.
Install this bundle using Composer and Symfony Flex:

```sh
composer require symfony/ux-form-collection
composer require stakovicz/ux-collection

# Don't forget to install the JavaScript dependencies as well and compile
yarn install --force
Expand Down Expand Up @@ -138,4 +138,4 @@ Then in your render call, add your controller as an HTML attribute:
'data-controller' => 'mycollection'
]
]);
```
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "symfony/ux-form-collection",
"name": "stakovicz/ux-collection",
"type": "symfony-bundle",
"description": "UX Form Collection for Symfony Forms",
"keywords": [
Expand Down