enabling packagist
This commit is contained in:
parent
d4947319dd
commit
2cee113cc1
|
@ -38,7 +38,7 @@ PHP >= 5.4
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
The package can be installed using [ Composer ](https://getcomposer.org/). (not yet)
|
The package can be installed using [ Composer ](https://getcomposer.org/).
|
||||||
```
|
```
|
||||||
composer require meta-tech/pws-auth
|
composer require meta-tech/pws-auth
|
||||||
```
|
```
|
||||||
|
@ -47,7 +47,7 @@ Or add the package to your `composer.json`.
|
||||||
|
|
||||||
```
|
```
|
||||||
"require": {
|
"require": {
|
||||||
"meta-tech/pws-auth" : "1.0"
|
"meta-tech/pws-auth" : "@dev"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require" : {
|
"require" : {
|
||||||
|
"php" : ">=5.4",
|
||||||
"symfony/yaml" : "^3.2"
|
"symfony/yaml" : "^3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user