From c27a896782738279cc1983c6379bb16586d42ff9 Mon Sep 17 00:00:00 2001 From: Marcus Olsson Date: Sun, 29 Jan 2017 17:06:04 +0100 Subject: [PATCH] Update after testing against Laravel 5.4 --- .travis.yml | 2 +- LICENSE.md | 2 +- README.md | 2 +- composer.json | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index caa0568..b894213 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ before_script: - travis_retry composer self-update - travis_retry composer install --prefer-dist --no-interaction -script: phpunit +script: composer test diff --git a/LICENSE.md b/LICENSE.md index e4671f0..5f902f8 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2016 Marcus Olsson +Copyright (c) 2017 Marcus Olsson > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 057c71c..c109f62 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ $ phpunit The MIT License (MIT). Please see [License File](LICENSE.md) for more information. -© 2016 [Marcus Olsson](https://marcusolsson.me). +© 2017 [Marcus Olsson](https://marcusolsson.me). [ico-version]: https://img.shields.io/packagist/v/olssonm/l5-zxcvbn.svg?style=flat-square [ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square diff --git a/composer.json b/composer.json index d9161c8..0a96d9f 100644 --- a/composer.json +++ b/composer.json @@ -15,18 +15,18 @@ "authors": [ { "name": "Marcus Olsson", - "email": "hello@marcusolsson.me", + "email": "contact@marcusolsson.me", "homepage": "https://marcusolsson.me" } ], "require": { - "php" : ">=5.3.0", - "illuminate/support": "~5.3", + "php" : ">=5.6.0", + "illuminate/support": "~5.3.28|~5.4", "bjeavons/zxcvbn-php": "^0.3" }, "require-dev": { - "phpunit/phpunit" : "4.*", - "orchestra/testbench": "~3.3" + "phpunit/phpunit" : "5.7.*", + "orchestra/testbench": "~3.4" }, "autoload": { "psr-4": {