Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 3d8796d

Browse files
committed
The repository was updated to version 1.1.1
1 parent 6764b86 commit 3d8796d

12 files changed

+26
-401
lines changed

.editorconfig

-12
This file was deleted.

.gitattributes

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/tests export-ignore
2+
/src/Exception export-ignore
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
CHANGELOG.md export-ignore
6+
CONDUCT.md export-ignore
7+
contributors.txt export-ignore
8+
README.md export-ignore
9+
README-ES.md export-ignore
10+
.editorconfig export-ignore
11+
composer.lock export-ignore

.gitignore

-12
This file was deleted.

CHANGELOG.md

-21
This file was deleted.

CONDUCT.md

-22
This file was deleted.

README-ES.md

-115
This file was deleted.

README.md

-116
This file was deleted.

composer.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "josantonius/loadtime",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "library",
55
"description": "Calculate load time of pages or scripts.",
66
"keywords": [
@@ -13,15 +13,20 @@
1313
"authors": [
1414
{
1515
"name": "Josantonius",
16-
"email": "info@josantonius.com",
17-
"homepage": "https://github.com/josantonius",
16+
"email": "hello@josantonius.com",
17+
"homepage": "https://josantonius.com",
1818
"role": "Developer"
1919
}
2020
],
21-
"minimum-stability": "dev",
22-
"prefer-stable" : true,
21+
"support": {
22+
"source": "https://github.com/josantonius/php-loadtime"
23+
},
24+
"config": {
25+
"preferred-install": "dist"
26+
},
27+
"minimum-stability": "stable",
2328
"require": {
24-
"php" : ">=5.6"
29+
"php": "^5.6 || ^7.0"
2530
},
2631
"autoload": {
2732
"psr-4": {

contributors.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)