Skip to content

Commit b5f3425

Browse files
authored
Merge pull request #6 from envor/main
remove framework dep
2 parents b456a43 + 9824ec9 commit b5f3425

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

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

5+
## v1.1.0 - 2024-02-05
6+
7+
### What's Changed
8+
9+
* mention requires L11 by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/1
10+
* typo [skip-ci] by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/2
11+
* refactor to invokable classes by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/3
12+
* remove unused config file [skip-ci] by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/4
13+
* cleanup code by @inmanturbo in https://github.com/envor/laravel-schema-macros/pull/5
14+
15+
### New Contributors
16+
17+
* @inmanturbo made their first contribution in https://github.com/envor/laravel-schema-macros/pull/1
18+
19+
**Full Changelog**: https://github.com/envor/laravel-schema-macros/compare/v1.0.2...v1.1.0
20+
521
## v1.0.2 - 2024-02-04
622

723
**Full Changelog**: https://github.com/envor/laravel-schema-macros/compare/v1.0.0...v1.0.2

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"require": {
1919
"php": "^8.2",
2020
"illuminate/contracts": "^11.0",
21-
"laravel/framework": "^11.0@dev",
2221
"spatie/laravel-package-tools": "^1.16.2"
2322
},
2423
"require-dev": {

src/SchemaMacrosServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public function configurePackage(Package $package): void
2121
public function packageRegistered(): void
2222
{
2323
SchemaMacros::registerMacrosUsing($this->macros());
24-
2524
SchemaMacros::registerMacros();
2625
}
2726

0 commit comments

Comments
 (0)