Skip to content

Commit

Permalink
rehideved
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Aug 8, 2016
1 parent 6540eb5 commit dab4e36
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ composer.lock
coverage.clover

# PHARs
chkipper.phar
composer.phar
php-cs-fixer.phar
phpunit-skelgen.phar
phpunit.phar
5 changes: 0 additions & 5 deletions .hidev/commits.md

This file was deleted.

11 changes: 5 additions & 6 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package:
type: yii2-extension
name: hipanel-domain-checker
title: HiPanel Domain Checker module
keywords: hipanel, domain-checker
title: HiSite Domain module
headline: HiSite Domain
keywords: hisite, domain
namespace: hipanel\modules\domainchecker

require:
hiqdev/hidev-php: "*"
hiqdev/hidev-vendor: "*"
description: |
This package provides operations with domain registering, transfering and more.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ matrix:
allow_failures:
-
php: hhvm
-
php: 5.5
cache:
directories:
- $HOME/.composer/cache
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
HiPanel Domain Checker module
=============================
HiSite Domain
=============

**HiSite Domain module**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/hipanel-domain-checker/v/stable)](https://packagist.org/packages/hiqdev/hipanel-domain-checker)
[![Total Downloads](https://poser.pugx.org/hiqdev/hipanel-domain-checker/downloads)](https://packagist.org/packages/hiqdev/hipanel-domain-checker)
[![Build Status](https://img.shields.io/travis/hiqdev/hipanel-domain-checker.svg)](https://travis-ci.org/hiqdev/hipanel-domain-checker)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/hipanel-domain-checker.svg)](https://scrutinizer-ci.com/g/hiqdev/hipanel-domain-checker/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/hipanel-domain-checker.svg)](https://scrutinizer-ci.com/g/hiqdev/hipanel-domain-checker/)

This package provides operations with domain registering, transfering and more.

## Installation

The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "hiqdev/hipanel-domain-checker",
"type": "yii2-extension",
"description": "HiPanel Domain Checker module",
"description": "HiSite Domain module",
"keywords": [
"hipanel",
"domain-checker"
"hisite",
"domain"
],
"homepage": "https://github.com/hiqdev/hipanel-domain-checker",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"require-dev": {
"hiqdev/hidev-php": "<2.0",
"hiqdev/hidev-vendor": "<2.0"
"hiqdev/hidev-hiqdev": "<2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dab4e36

Please sign in to comment.