Skip to content

Commit fbd99db

Browse files
committed
Rename package
1 parent 023abe0 commit fbd99db

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.1.0
3+
## 0.1.1
44

55
### PHP support
66
* Dropped support for PHP `7.1`.
@@ -9,6 +9,10 @@
99
### 3rd party updates
1010
* Updated `symfony/filesystem` to version `4.4`.
1111

12+
## 0.1.0
13+
14+
**Note:** Broken release, use `0.1.1` instead.
15+
1216
## 0.0.5
1317

1418
### PHP support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FileGen
22

3-
![PHP checks](https://github.com/AngryBytes/filegen/workflows/PHP%20checks/badge.svg)
3+
[![PHP checks](https://github.com/AngryBytes/filegen/workflows/PHP%20checks/badge.svg)](https://github.com/AngryBytes/filegen/actions?query=workflow%3A%22PHP+checks%22)
44

55
**Note:** this is a fork of the original project as it appears to be abandoned.
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "naneau/filegen",
2+
"name": "angrybytes/filegen",
33
"description": "A PHP File and Directory Generating Tool",
44
"license": "MIT",
55
"authors": [

0 commit comments

Comments
 (0)