We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2919de commit dd7a9dbCopy full SHA for dd7a9db
2 files changed
.github/workflows/tests.yml
@@ -94,10 +94,6 @@ jobs:
94
curl -LSs https://github.com/maglnet/ComposerRequireChecker/releases/latest/download/composer-require-checker.phar > composer-require-checker.phar
95
php composer-require-checker.phar check composer.json
96
97
- - name: Check license year
98
- if: matrix.coding-standards
99
- run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
100
-
101
- name: Run Psalm
102
if: matrix.static-analysis
103
run: php vendor/bin/psalm --stats --output-format=github
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2020-2025 E-COMMIT
+Copyright (c) 2020-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