Skip to content

Commit 4c2ef60

Browse files
committed
Clean up package files
1 parent 1f0cb8c commit 4c2ef60

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-cloudflare-ddns` will be documented in this file.
44

5+
## 0.1.1
6+
7+
- Clean up `composer.json`
8+
- Fix typo in `README.md`
59
## 0.1.0
610

711
- Initial beta releaese

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,14 @@
3737
"Calkeo\\Ddns\\Tests\\": "tests"
3838
}
3939
},
40-
"scripts": {
41-
"psalm": "vendor/bin/psalm",
42-
"test": "./vendor/bin/testbench package:test --parallel --no-coverage",
43-
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
44-
},
4540
"config": {
4641
"sort-packages": true
4742
},
4843
"extra": {
4944
"laravel": {
5045
"providers": [
5146
"Calkeo\\Ddns\\DdnsServiceProvider"
52-
],
53-
"aliases": {
54-
"Ddns": "Calkeo\\Ddns\\DdnsFacade"
55-
}
47+
]
5648
}
5749
},
5850
"minimum-stability": "dev",

0 commit comments

Comments
 (0)