Skip to content

Commit

Permalink
Rename repository (#4)
Browse files Browse the repository at this point in the history
* rename repository
* update readme
* some fixes in ci.yml
  • Loading branch information
pvsaintpe authored Jan 18, 2021
1 parent f5583f6 commit 04ec49c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/assignee.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ numberOfReviewers: 1

reviewers:
- pvsaintpe
- art4es

addAssignees: true

assignees:
- pvsaintpe
- art4es

numberOfAssignees: 1

Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ on:
- reopened
- edited
- synchronize
- labeled
- assigned
- unlabeled
- unlocked
- review_requested
- review_request_removed
- unassigned

env:
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'
Expand Down Expand Up @@ -63,7 +70,7 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest --optimize-autoloader
working-directory: './'
- name: 'Linting PHP source files'
run: 'vendor/bin/ecs check --config=ecs.yml .'
run: 'composer lint'
test:
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PHP Deploy
# Rollback Missing Migrations for Laravel

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

Expand All @@ -16,7 +16,7 @@

__composer__

`composer require umbrellio/php-deploy`
`composer require umbrellio/rollback-missing-migrations`

## Usage

Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "umbrellio/php-deploy",
"name": "umbrellio/rollback-missing-migrations",
"description": "Laravel package for rolling back migrations between different releases",
"minimum-stability": "dev",
"support": {
Expand All @@ -10,7 +10,8 @@
"php",
"laravel",
"deploy",
"umbrellio"
"umbrellio",
"rollback migrations"
],
"license": "MIT",
"authors": [
Expand All @@ -20,7 +21,7 @@
},
{
"name": "Korben Dallas",
"email": "pvsaintpe@gmail.com"
"email": "pvsaintpe@icloud.com"
}
],
"autoload": {
Expand Down Expand Up @@ -49,10 +50,8 @@
"squizlabs/php_codesniffer": "^3.5"
},
"scripts": {
"lint-fix": "vendor/bin/ecs check src --fix --config=ecs.yml",
"test": [
"vendor/bin/phpunit"
]
"lint": "vendor/bin/ecs check src --config=ecs.yml",
"lint-fix": "vendor/bin/ecs check src --fix --config=ecs.yml"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 04ec49c

Please sign in to comment.