woodpecker-ci #1
14
.drone.yml
14
.drone.yml
@@ -1,14 +0,0 @@
|
|||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: install
|
|
||||||
image: composer
|
|
||||||
commands:
|
|
||||||
- composer install
|
|
||||||
|
|
||||||
- name: Run Rector
|
|
||||||
image: php:7.4
|
|
||||||
commands:
|
|
||||||
- vendor/bin/rector --dry-run
|
|
||||||
23
README.md
23
README.md
@@ -1,2 +1,23 @@
|
|||||||
# encryption
|
# dataEncryptor
|
||||||
|
|
||||||
|
[](https://woodpecker.hpz.pw/repos/1)
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
|
||||||
|
Setup this registry in your ~/.composer/config.json file:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"repositories": [{
|
||||||
|
"type": "composer",
|
||||||
|
"url": "https://git.hpz.pw/api/packages/hpz937/composer"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
To install the package using Composer, run the following command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer require hpz937/encryption:1.0.0
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user