Skip to content

Commit

Permalink
Merge branch 'feature/no-more-laravel-requirement'
Browse files Browse the repository at this point in the history
  • Loading branch information
MeesterDev committed Sep 10, 2023
2 parents 9173b73 + 7187063 commit d51c843
Show file tree
Hide file tree
Showing 22 changed files with 908 additions and 4,022 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Thomas Meester
Copyright (c) 2023 Thomas Meester

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A utility to adhere to open source licenses that require inclusion or mention of their usage and license by generating an HTML page containing a list of all used packages/libraries.",
"minimum-stability": "stable",
"license": "MIT",
"version": "0.0.1",
"version": "0.1.0",
"authors": [
{
"name": "Thomas Meester",
Expand All @@ -12,17 +12,20 @@
],
"homepage": "https://meester.dev/",
"require": {
"laravel/framework": "^7.0|^8.0",
"php": ">=8.1",
"ext-json": "*",
"league/commonmark": "^1.5",
"meesterdev/file-wrapper": "^0.0.1",
"meesterdev/package-parser": "^0.0.5"
"league/commonmark": "^2.4",
"meesterdev/file-wrapper": "^0.0.2",
"meesterdev/package-parser": "^1.0.1"
},
"suggest": {
"laravel/framework": "Required to run as an artisan command."
},
"autoload": {
"psr-4": {
"MeesterDev\\LicenseUsePageGenerator\\": "src"
}
},
},
"extra": {
"laravel": {
"providers": [
Expand Down
Loading

0 comments on commit d51c843

Please sign in to comment.