Skip to content

Commit

Permalink
Merge pull request #1 from nikolajlovenhardt/master
Browse files Browse the repository at this point in the history
Clean up
  • Loading branch information
nikolajlovenhardt committed Feb 17, 2016
2 parents a580605 + 94bfb36 commit 56bd329
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 3,246 deletions.
2 changes: 2 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
languages:
PHP: true
exclude_paths:
- tests/*
- src/SpotOnLive/Freespee/Models/*
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
vendor
codeclimate.json
codeclimate.json
phpunit.xml
composer.lock
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: php

php:
- 5.5
- 5.6

before_script:
- composer self-update
- composer install --prefer-source
- mv phpunit.xml.dist phpunit.xml

notifications:
slack:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Freespee for Laravel 5.1
# Freespee for Laravel 5+

[![Latest Stable Version](https://poser.pugx.org/spotonlive/sl-freespee/v/stable)](https://packagist.org/packages/spotonlive/sl-freespee) [![Total Downloads](https://poser.pugx.org/spotonlive/sl-freespee/downloads)](https://packagist.org/packages/spotonlive/sl-freespee) [![Latest Unstable Version](https://poser.pugx.org/spotonlive/sl-freespee/v/unstable)](https://packagist.org/packages/spotonlive/sl-freespee) [![License](https://poser.pugx.org/spotonlive/sl-freespee/license)](https://packagist.org/packages/spotonlive/sl-freespee) [![Build Status](https://travis-ci.org/spotonlive/sl-freespee.svg?branch=master)](https://travis-ci.org/spotonlive/sl-freespee) [![Code Climate](https://codeclimate.com/github/spotonlive/sl-freespee/badges/gpa.svg)](https://codeclimate.com/github/spotonlive/sl-freespee) [![Test Coverage](https://codeclimate.com/github/spotonlive/sl-freespee/badges/coverage.svg)](https://codeclimate.com/github/spotonlive/sl-freespee/coverage)

Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spotonlive/sl-freespee",
"type": "library",
"description": "Freespee integration for Laravel 5.1",
"description": "Freespee integration for Laravel 5+",
"keywords": [
"freespee",
"laravel"
Expand All @@ -10,20 +10,20 @@
"license": "MIT",
"authors": [
{
"name": "Nikolaj Petersen",
"name": "Nikolaj Løvenhardt Petersen",
"email": "[email protected]",
"homepage": "http://spotonmarketing.dk"
"homepage": "http://github.com/nikolajlovenhardt"
}
],
"require": {
"php": ">=5.4.0"
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"laravel/framework": "~5.1",
"codeclimate/php-test-reporter": "dev-master",
"phpmd/phpmd" : "1.4.*",
"squizlabs/php_codesniffer" : "1.5.*"
"phpunit/phpunit": "~5.2.6",
"laravel/framework": "~5.2",
"codeclimate/php-test-reporter": "~0.3.0",
"phpmd/phpmd" : "~2.3.2",
"squizlabs/php_codesniffer" : "~2.5.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 56bd329

Please sign in to comment.