Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 3, 2017
1 parent 7a494f6 commit bd3e25c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit bd3e25c

Please sign in to comment.