8000 [WIP] remove tempname usage by cordoval · Pull Request #9442 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[WIP] remove tempname usage #9442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
try stabilizing dependencies
  • Loading branch information
cordoval committed Dec 18, 2013
commit 9b0bcbd3af32eb7e48f56c8a082887a5953bd384
3 changes: 2 additions & 1 deletion src/Symfony/Component/ClassLoader/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"php": ">=5.3.3"
},
"require-dev": {
"symfony/finder": "~2.0"
"symfony/finder": "~2.0",
"symfony/filesystem": "~2.4"
},
"autoload": {
"psr-0": { "Symfony\\Component\\ClassLoader\\": "" }
Expand Down
1 change: 0 additions & 1 deletion src/Symfony/Component/Form/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"symfony/property-access": "~2.2"
},
"require-dev": {
"symfony/filesystem": "~2.3",
"symfony/validator": "~2.2",
"symfony/http-foundation": "~2.2",
"symfony/security-csrf": "~2.4"
Expand Down
0