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

Commit 417d0b4

Browse files
committed
The repository was updated to version 1.1.1
1 parent bac520f commit 417d0b4

14 files changed

+27
-388
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

-20
This file was deleted.

CONDUCT.md

-22
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright (c) `2017` `Josantonius, https://github.com/Josantonius <info@josantonius.com>`
4+
Copyright (c) `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

-110
This file was deleted.

README.md

-111
This file was deleted.

composer.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "josantonius/file",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "library",
55
"description": "PHP library for file management.",
66
"keywords": [
@@ -15,15 +15,20 @@
1515
"authors": [
1616
{
1717
"name": "Josantonius",
18-
"email": "info@josantonius.com",
19-
"homepage": "https://github.com/josantonius",
18+
"email": "hello@josantonius.com",
19+
"homepage": "https://josantonius.com",
2020
"role": "Developer"
2121
}
2222
],
23-
"minimum-stability": "dev",
24-
"prefer-stable" : true,
23+
"support": {
24+
"source": "https://github.com/josantonius/php-file"
25+
},
26+
"config": {
27+
"preferred-install": "dist"
28+
},
29+
"minimum-stability": "stable",
2530
"require": {
26-
"php" : ">=5.6"
31+
"php": "^5.6 || ^7.0"
2732
},
2833
"autoload": {
2934
"psr-4": {

contributors.txt

-1
This file was deleted.

src/Exception/FileException.php

-44
This file was deleted.

0 commit comments

Comments
 (0)