Skip to content

Commit c1360f8

Browse files
committed
The repository was updated to version 1.1.1
1 parent f97ec70 commit c1360f8

File tree

13 files changed

+24
-394
lines changed

13 files changed

+24
-394
lines changed

.editorconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

.gitattributes

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

.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

CONDUCT.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright (c) `2016` `Josantonius, https://github.com/Josantonius <info@josantonius.com>`
4+
Copyright (c) `2016 - 2017` `Josantonius, https://josantonius.com <hello@josantonius.com>`
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal in

README-ES.md

Lines changed: 0 additions & 121 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 122 deletions
This file was deleted.

composer.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "josantonius/json",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "library",
55
"description": "PHP simple library for managing Json files.",
66
"keywords": [
@@ -17,15 +17,20 @@
1717
"authors": [
1818
{
1919
"name": "Josantonius",
20-
"email": "info@josantonius.com",
21-
"homepage": "https://github.com/josantonius",
20+
"email": "hello@josantonius.com",
21+
"homepage": "https://josantonius.com",
2222
"role": "Developer"
2323
}
2424
],
25-
"minimum-stability": "dev",
26-
"prefer-stable" : true,
25+
"support": {
26+
"source": "https://github.com/josantonius/php-json"
27+
},
28+
"config": {
29+
"preferred-install": "dist"
30+
},
31+
"minimum-stability": "stable",
2732
"require": {
28-
"php" : ">=5.6"
33+
"php": "^5.6 || ^7.0"
2934
},
3035
"autoload": {
3136
"psr-4": {

contributors.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)