Skip to content

Commit 8ead436

Browse files
committed
Update meta
1 parent 6586378 commit 8ead436

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

LICENSE

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

3-
Copyright (c) 2019 Tatter Software
3+
Copyright (c) 2019-2020 Tatter Software
44

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

README.md

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

3-
Lightweight asset loader for CodeIgniter 4
3+
Asset publishing and loading for CodeIgniter 4
44

55
[![](https://github.com/tattersoftware/codeigniter4-assets/workflows/PHPUnit/badge.svg)](https://github.com/tattersoftware/codeigniter4-assets/actions?query=workflow%3A%22PHPUnit)
66

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tatter/assets",
3-
"description": "Lightweight asset loader for CodeIgniter 4",
3+
"description": "Asset publishing and loading for CodeIgniter 4",
44
"keywords": [
55
"codeigniter",
66
"codeigniter4",
@@ -32,7 +32,6 @@
3232
},
3333
"require-dev": {
3434
"codeigniter4/codeigniter4": "dev-develop",
35-
"fzaninotto/faker": "^1.9@dev",
3635
"mikey179/vfsstream": "1.6.*",
3736
"phpunit/phpunit" : "^8.5"
3837
},

0 commit comments

Comments
 (0)