Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Jun 8, 2017
2 parents f8b48fb + b98d8ef commit 08a09cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ spiral register spiral/vault
Add following bootloader to your application:
```php
[
\Spiral\Vault\Bootloaders\VaultBootloader::class
\Spiral\Listing\Bootloaders\ListingsBootloader::class,
\Spiral\Vault\Bootloaders\VaultBootloader::class,
]
```

Expand All @@ -148,6 +149,7 @@ If you wish to play with Vault without configuring security rules (development o

```php
[
\Spiral\Listing\Bootloaders\ListingsBootloader::class,
\Spiral\Vault\Bootloaders\VaultBootloader::class,
\Spiral\Vault\Bootloaders\InsecureBootloader::class
]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"spiral/framework": "^0.9",
"spiral/framework": "^1.0",
"spiral/toolkit": "^0.9.11",
"spiral/listing": "^0.9.1"
},
Expand Down

0 comments on commit 08a09cf

Please sign in to comment.