Skip to content

Commit 04ec49c

Browse files
authored
Rename repository (#4)
* rename repository * update readme * some fixes in ci.yml
1 parent f5583f6 commit 04ec49c

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

.github/assignee.config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ numberOfReviewers: 1
44

55
reviewers:
66
- pvsaintpe
7+
- art4es
78

89
addAssignees: true
910

1011
assignees:
1112
- pvsaintpe
13+
- art4es
1214

1315
numberOfAssignees: 1
1416

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ on:
1010
- reopened
1111
- edited
1212
- synchronize
13+
- labeled
14+
- assigned
15+
- unlabeled
16+
- unlocked
17+
- review_requested
18+
- review_request_removed
19+
- unassigned
1320

1421
env:
1522
php_extensions: 'apcu, bcmath, ctype, curl, dom, iconv, intl, json, mbstring, opcache, openssl, pdo, pdo_pgsql, pcntl, pcov, posix, redis, session, simplexml, sockets, tokenizer, xml, xmlwriter, zip'
@@ -63,7 +70,7 @@ jobs:
6370
run: composer install --prefer-dist --no-progress --no-suggest --optimize-autoloader
6471
working-directory: './'
6572
- name: 'Linting PHP source files'
66-
run: 'vendor/bin/ecs check --config=ecs.yml .'
73+
run: 'composer lint'
6774
test:
6875
strategy:
6976
fail-fast: false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PHP Deploy
1+
# Rollback Missing Migrations for Laravel
22

33
###### Laravel package for rolling back migrations between different releases
44

@@ -16,7 +16,7 @@
1616

1717
__composer__
1818

19-
`composer require umbrellio/php-deploy`
19+
`composer require umbrellio/rollback-missing-migrations`
2020

2121
## Usage
2222

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "umbrellio/php-deploy",
2+
"name": "umbrellio/rollback-missing-migrations",
33
"description": "Laravel package for rolling back migrations between different releases",
44
"minimum-stability": "dev",
55
"support": {
@@ -10,7 +10,8 @@
1010
"php",
1111
"laravel",
1212
"deploy",
13-
"umbrellio"
13+
"umbrellio",
14+
"rollback migrations"
1415
],
1516
"license": "MIT",
1617
"authors": [
@@ -20,7 +21,7 @@
2021
},
2122
{
2223
"name": "Korben Dallas",
23-
"email": "pvsaintpe@gmail.com"
24+
"email": "pvsaintpe@icloud.com"
2425
}
2526
],
2627
"autoload": {
@@ -49,10 +50,8 @@
4950
"squizlabs/php_codesniffer": "^3.5"
5051
},
5152
"scripts": {
52-
"lint-fix": "vendor/bin/ecs check src --fix --config=ecs.yml",
53-
"test": [
54-
"vendor/bin/phpunit"
55-
]
53+
"lint": "vendor/bin/ecs check src --config=ecs.yml",
54+
"lint-fix": "vendor/bin/ecs check src --fix --config=ecs.yml"
5655
},
5756
"extra": {
5857
"laravel": {

0 commit comments

Comments
 (0)