Skip to content

Commit a22d776

Browse files
authored
Autoload source/CAS.php file (apereo#422)
1 parent 4b2bc32 commit a22d776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"phpstan/phpstan" : "^1.5"
3434
},
3535
"autoload" : {
36+
"files": ["source/CAS.php"],
3637
"classmap" : [
3738
"source/"
3839
]
3940
},
4041
"autoload-dev" : {
41-
"files": ["source/CAS.php"],
4242
"psr-4" : {
4343
"PhpCas\\" : "test/CAS/"
4444
}

0 commit comments

Comments
 (0)