Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Nov 19, 2019
1 parent 5d342ae commit 42f306d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Sage SVG is a simple package for using inline SVGs in your Sage 10 projects.
## Requirements

- [Sage](https://github.com/roots/sage) >= 10.0
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.1.3
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.2
- [Composer](https://getcomposer.org/download/)

## Installation
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
]
},
"require": {
"php": ">=7.1.3"
"php": ">=7.2"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4"
"squizlabs/php_codesniffer": "^3.5"
},
"scripts": {
"lint": [
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions src/helpers.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<?php

/**
* Helpers
*/

use Log1x\SageSvg\SageSvg;

use function Roots\app;

/**
Expand Down

0 comments on commit 42f306d

Please sign in to comment.