Skip to content

Commit 0785070

Browse files
committed
remove version constraint form install commands
1 parent 0cedb07 commit 0785070

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

acl/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Install this package with composer:
44

55
```
6-
composer require "laravel-doctrine/acl:1.4.*"
6+
composer require laravel-doctrine/acl
77
```
88

99
After updating composer, add the ServiceProvider to the providers array in `config/app.php`

extensions/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Install this package with composer:
44

55
```
6-
composer require "laravel-doctrine/extensions:1.4.*"
6+
composer require laravel-doctrine/extensions
77
```
88

99
This package wraps extensions from [Gedmo](https://github.com/Atlantic18/DoctrineExtensions) and [Beberlei](https://github.com/beberlei/DoctrineExtensions).

migrations/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Install this package with composer:
44

55
```
6-
composer require "laravel-doctrine/migrations"
6+
composer require laravel-doctrine/migrations
77
```
88

99
After updating composer, add the ServiceProvider to the providers array in `config/app.php`

0 commit comments

Comments
 (0)