From bd3e25c004d8a5d1433a502e0fd812ea84aeb51c Mon Sep 17 00:00:00 2001 From: freek Date: Thu, 3 Aug 2017 21:24:52 +0200 Subject: [PATCH] update snapshot --- CHANGELOG.md | 2 +- README.md | 4 +--- composer.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e35992..d0b0b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,6 @@ All notable changes to `mixed-content-scanner-cli` will be documented in this file -## 1.0.0 - 201X-XX-XX +## 1.0.0 - 2017-08-03 - initial release diff --git a/README.md b/README.md index 2baa717..903bd0e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -**WORK IN PROGRESS, DO NOT USE YET** - -# A cli tool to check sites for mixed content +# A CLI tool to check sites for mixed content [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/mixed-content-scanner-cli.svg?style=flat-square)](https://packagist.org/packages/spatie/mixed-content-scanner-cli) [![Build Status](https://img.shields.io/travis/spatie/mixed-content-scanner-cli/master.svg?style=flat-square)](https://travis-ci.org/spatie/mixed-content-scanner-cli) diff --git a/composer.json b/composer.json index 8dc9f3f..77efd95 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": "^7.1", - "spatie/mixed-content-scanner": "^0.8.7", + "spatie/mixed-content-scanner": "^1.0", "symfony/console": "^3.0", "symfony/var-dumper": "^3.3" },