Skip to content

Commit

Permalink
Merge pull request #12 from Harborn-digital/symfony5-support
Browse files Browse the repository at this point in the history
Extend PHP and Symfony support
  • Loading branch information
gisostallenberg authored Jun 24, 2022
2 parents f99ca07 + ed91231 commit d82386d
Show file tree
Hide file tree
Showing 5 changed files with 1,521 additions and 451 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Giso Stallenberg
Copyright (c) 2022 Giso Stallenberg

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Serve files to the browser that are not available directly",
"type": "library",
"require": {
"php": "^5.3.9 | ^7.0",
"symfony/http-foundation": "^2.8|^3.0"
"php": "^7.4 | ^8.0",
"symfony/http-foundation": "^4.4|^5.4|^6.0"
},
"license": "MIT",
"authors": [
Expand All @@ -19,6 +19,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^4.8"
"phpunit/phpunit": "^8.5"
}
}
Loading

0 comments on commit d82386d

Please sign in to comment.