We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f67df commit 4b7021fCopy full SHA for 4b7021f
2 files changed
.github/workflows/tests.yml
@@ -148,10 +148,6 @@ jobs:
148
PHP_CS_FIXER_IGNORE_ENV: 1
149
run: php vendor/bin/php-cs-fixer fix --diff --dry-run -v
150
151
- - name: Check license year
152
- if: matrix.coding-standards
153
- run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
154
-
155
- name: Analyze composer dependencies
156
if: matrix.analyze-dependencies
157
run: |
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2021-2025 E-COMMIT
+Copyright (c) 2021-present E-COMMIT
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
0 commit comments